]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit0541c5dcc4ad87086bc97d93aa501616d3bd9020
treeb09cca0e3a996690c8965d9281cb1f386edd657b
parent2bfb73cc88dd800d0408e8444e33c4ec934e4e72
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