summary refs log tree commit diff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCarlos O'Donell <carlos@redhat.com>2013-02-07 14:28:53 -0500
committerCarlos O'Donell <carlos@redhat.com>2013-02-08 12:56:22 -0500
commit471514d39d03ef96096767651ecce30630e64c1e (patch)
tree3d1dae1552063e42912511c83f74990502e8c3b0 /ChangeLog
parentb2d3c3befb45ae4e5284274d9ce75ca462119239 (diff)
downloadglibc-471514d39d03ef96096767651ecce30630e64c1e.tar.gz
glibc-471514d39d03ef96096767651ecce30630e64c1e.tar.xz
glibc-471514d39d03ef96096767651ecce30630e64c1e.zip
Refactor code out of nscd's two main poll loops.
We refactor the inotify file checking code and the
database clearing code out of the main_loop_poll and
mail_loop_epoll functions. We document some the related
functions with appropriate comments.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ab411fdc9a..7eb2265246 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
 2013-02-08  Carlos O'Donell  <carlos@redhat.com>
 
+	* nscd/connection.c (register_traced_file): Comment function.
+	[HAVE_INOTIFY] (union __inev): Define.
+	[HAVE_INOTIFY] (inotify_check_files): New function.
+	[HAVE_INOTIFY] (clear_db_cache): Likewise.
+	[HAVE_INOTIFY] (main_loop_poll): Call inotify_check_files and
+	clear_db_cache.
+	[HAVE_INOTIFY] (main_loop_epoll): Likewise.
+
+2013-02-08  Carlos O'Donell  <carlos@redhat.com>
+
 	* elf/dl-cache.c (_dl_load_cache_lookup): Comment that cache is
 	loaded if not already and that a failure is permanent.