inotify: reimplement inotify using fsnotify
authorEric Paris <eparis@redhat.com>
Thu, 21 May 2009 21:02:01 +0000 (17:02 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 11 Jun 2009 18:57:54 +0000 (14:57 -0400)
commit63c882a05416e18de6fb59f7dd6da48f3bbe8273
treeb09cca0e3a996690c8965d9281cb1f386edd657b
parent164bc6195139047faaf5ada1278332e99494803b
inotify: reimplement inotify using fsnotify

Reimplement inotify_user using fsnotify.  This should be feature for feature
exactly the same as the original inotify_user.  This does not make any changes
to the in kernel inotify feature used by audit.  Those patches (and the eventual
removal of in kernel inotify) will come after the new inotify_user proves to be
working correctly.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
MAINTAINERS
fs/notify/inotify/Kconfig
fs/notify/inotify/Makefile
fs/notify/inotify/inotify.h [new file with mode: 0644]
fs/notify/inotify/inotify_fsnotify.c [new file with mode: 0644]
fs/notify/inotify/inotify_user.c
include/linux/fsnotify_backend.h
init/Kconfig