diff options
author | John (J5) Palmieri <johnp@redhat.com> | 2008-01-17 14:57:47 -0500 |
---|---|---|
committer | John (J5) Palmieri <johnp@redhat.com> | 2008-01-17 14:57:47 -0500 |
commit | e1821fc35a292c6685b2fab23d10a2ca2b6ccb90 (patch) | |
tree | a6f46eb39a1a334b501d7413c768902892b7932e /ChangeLog | |
parent | 9311dea5404df86c425e9678d411166ea81f6cc9 (diff) | |
download | dbus-e1821fc35a292c6685b2fab23d10a2ca2b6ccb90.tar.gz |
fix inotify support
2008-01-17 Timo Hoenig <thoenig@suse.de>
* fix inotify support
* bus/dir-watch-inotify.c (_handle_inotify_watch): fix reading of the
inotify events. Also, use ssize_t not size_t for 'ret'.
* bus/dir-watch-inotify.c (bus_watch_directory): watch not only for
IN_MODIFY but also for IN_CREATE and IN_DELETE
* bus/dir-watch-inotify.c (bus_drop_all_directory_watches): drop the
inotify watches more elegantly by closing inotify:_fd, set inotify_fd to
-1 after dropping the watches
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2008-01-17 Timo Hoenig <thoenig@suse.de> + * fix inotify support + * bus/dir-watch-inotify.c (_handle_inotify_watch): fix reading of the + inotify events. Also, use ssize_t not size_t for 'ret'. + * bus/dir-watch-inotify.c (bus_watch_directory): watch not only for + IN_MODIFY but also for IN_CREATE and IN_DELETE + * bus/dir-watch-inotify.c (bus_drop_all_directory_watches): drop the + inotify watches more elegantly by closing inotify:_fd, set inotify_fd to + -1 after dropping the watches + 2008-01-15 John (J5) Palmieri <johnp@redhat.com> * configure.in: post-release version bump |