Skip to content

Commit

Permalink
dnotify: reimplement dnotify using fsnotify
Browse files Browse the repository at this point in the history
Reimplement dnotify using fsnotify.

Signed-off-by: Eric Paris <eparis@redhat.com>
Acked-by: Al Viro <viro@zeniv.linux.org.uk>
Cc: Christoph Hellwig <hch@lst.de>
  • Loading branch information
Eric Paris committed Jun 11, 2009
1 parent c28f7e5 commit 3c5119c
Show file tree
Hide file tree
Showing 7 changed files with 398 additions and 183 deletions.
6 changes: 3 additions & 3 deletions MAINTAINERS
Original file line number Diff line number Diff line change
Expand Up @@ -1802,10 +1802,10 @@ F: drivers/char/epca*
F: drivers/char/digi*

DIRECTORY NOTIFICATION (DNOTIFY)
P: Stephen Rothwell
M: sfr@canb.auug.org.au
P: Eric Paris
M: eparis@parisplace.org
L: linux-kernel@vger.kernel.org
S: Supported
S: Maintained
F: Documentation/filesystems/dnotify.txt
F: fs/notify/dnotify/
F: include/linux/dnotify.h
Expand Down
1 change: 1 addition & 0 deletions fs/notify/dnotify/Kconfig
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
config DNOTIFY
bool "Dnotify support"
depends on FSNOTIFY
default y
help
Dnotify is a directory-based per-fd file change notification system
Expand Down
Loading

0 comments on commit 3c5119c

Please sign in to comment.