linux-kernel-test/fs/notify/inotify
Eric Paris 7050c48826 inotify: do not reuse watch descriptors
Prior to 2.6.31 inotify would not reuse watch descriptors until all of
them had been used at least once.  After the rewrite inotify would reuse
watch descriptors.  The selinux utility 'restorecond' was found to have
problems when watch descriptors were reused.  This patch reverts to the
pre inotify rewrite behavior to not reuse watch descriptors.

Signed-off-by: Eric Paris <eparis@redhat.com>
2010-07-28 09:58:20 -04:00
..
inotify_fsnotify.c inotify: don't leak user struct on inotify release 2010-05-14 11:53:36 -04:00
inotify_user.c inotify: do not reuse watch descriptors 2010-07-28 09:58:20 -04:00
inotify.c Saner locking around deactivate_super() 2010-05-21 18:31:14 -04:00
inotify.h inotify: inotify_destroy_mark_entry could get called twice 2009-06-19 12:42:48 -04:00
Kconfig Inotify: undefined reference to `anon_inode_getfd' 2010-05-12 11:03:40 -04:00
Makefile inotify: reimplement inotify using fsnotify 2009-06-11 14:57:54 -04:00