linux/fs/notify
Eric Paris 5f3f259fa8 fsnotify: reset used_inode and used_vfsmount on each pass
The fsnotify main loop has 2 booleans which tell if a particular mark was
sent to the listeners or if it should be processed in the next pass.  The
problem is that the booleans were not reset on each traversal of the loop.
So marks could get skipped even when they were not sent to the notifiers.

Reported-by: Tvrtko Ursulin <tvrtko.ursulin@sophos.com>
Signed-off-by: Eric Paris <eparis@redhat.com>
2010-08-22 20:09:41 -04:00
..
dnotify
fanotify Revert "fsnotify: store struct file not struct path" 2010-08-12 14:23:04 -07:00
inotify Revert "fsnotify: store struct file not struct path" 2010-08-12 14:23:04 -07:00
fsnotify.c fsnotify: reset used_inode and used_vfsmount on each pass 2010-08-22 20:09:41 -04:00
fsnotify.h
group.c
inode_mark.c
Kconfig
Makefile
mark.c
notification.c Revert "fsnotify: store struct file not struct path" 2010-08-12 14:23:04 -07:00
vfsmount_mark.c