]> granicus.if.org Git - apache/commitdiff
* Add hint to PR in comment. No functional change.
authorRuediger Pluem <rpluem@apache.org>
Fri, 22 Feb 2008 23:05:37 +0000 (23:05 +0000)
committerRuediger Pluem <rpluem@apache.org>
Fri, 22 Feb 2008 23:05:37 +0000 (23:05 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@630350 13f79535-47bb-0310-9956-ffa450edef68

server/mpm/experimental/event/fdqueue.c
server/mpm/worker/fdqueue.c

index 925241909a66008cda27c8358d4c14e1d25af60e..e9f5f5345d4e8fd3dd120845a63391e60f6729d8 100644 (file)
@@ -204,7 +204,7 @@ void ap_push_pool(fd_queue_info_t * queue_info,
             /*
              * Save queue_info->recycled_pool in local variable next because
              * new_recycle->next can be changed after apr_atomic_casptr
-             * function call.
+             * function call. For gory details see PR 44402.
              */
             struct recycled_pool *next = queue_info->recycled_pools;
             new_recycle->next = next;
index 951fafacabf620f7414b4cfe53c90f6b45709f86..8a75d24d1eddcd79f1c5118fcb3c037d0075d011 100644 (file)
@@ -96,7 +96,7 @@ apr_status_t ap_queue_info_set_idle(fd_queue_info_t *queue_info,
         for (;;) {
             /* Save queue_info->recycled_pool in local variable next because
              * new_recycle->next can be changed after apr_atomic_casptr
-             * function call.
+             * function call. For gory details see PR 44402.
              */
             struct recycled_pool *next = queue_info->recycled_pools;
             new_recycle->next = next;