From c400c931b8285d05c8b99918e7bab2d6b3f21f30 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 3 Aug 2008 15:46:59 +0000 Subject: [PATCH] * 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. --- ChangeLog | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/ChangeLog b/ChangeLog index a7475bd5cd..2fd69a652a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2008-08-03 Ulrich Drepper + + * 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 * sysdeps/mach/i386/machine-lock.h (__spin_unlock, __spin_try_lock):