* nscd/connections.c (main_loop_poll): Pass a buffer which is
authorUlrich Drepper <drepper@redhat.com>
Sun, 3 Aug 2008 15:46:59 +0000 (15:46 +0000)
committerUlrich Drepper <drepper@redhat.com>
Sun, 3 Aug 2008 15:46:59 +0000 (15:46 +0000)
guaranteed to be large enough to read inotify event.  Ignore
EAGAIN error.  Better error message.  Add branch predicition.
(main_loop_epoll): Likewise.

ChangeLog

index a7475bd..2fd69a6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2008-08-03  Ulrich Drepper  <drepper@redhat.com>
+
+       * nscd/connections.c (main_loop_poll): Pass a buffer which is
+       guaranteed to be large enough to read inotify event.  Ignore
+       EAGAIN error.  Better error message.  Add branch predicition.
+       (main_loop_epoll): Likewise.
+
 2008-08-02  Roland McGrath  <roland@frob.com>
 
        * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):