summaryrefslogtreecommitdiff
path: root/fs/notify/dnotify/Kconfig
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2009-05-22 01:01:33 +0400
committerEric Paris <eparis@redhat.com>2009-06-11 22:57:53 +0400
commit3c5119c05d624f95f4967d16b38c9624b816bdb9 (patch)
tree0b5f66106aea38e52adf62958762b0a975607322 /fs/notify/dnotify/Kconfig
parentc28f7e56e9d95fb531dc3be8df2e7f52bee76d21 (diff)
downloadlinux-3c5119c05d624f95f4967d16b38c9624b816bdb9.tar.xz
dnotify: reimplement dnotify using fsnotify
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>
Diffstat (limited to 'fs/notify/dnotify/Kconfig')
-rw-r--r--fs/notify/dnotify/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/notify/dnotify/Kconfig b/fs/notify/dnotify/Kconfig
index 26adf5dfa646..904ff8d5405a 100644
--- a/fs/notify/dnotify/Kconfig
+++ b/fs/notify/dnotify/Kconfig
@@ -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