summaryrefslogtreecommitdiffstats
path: root/fs/notify/Kconfig
diff options
context:
space:
mode:
authorEric Paris <eparis@redhat.com>2009-12-17 21:24:25 -0500
committerEric Paris <eparis@redhat.com>2010-07-28 09:58:54 -0400
commitff0b16a9850e8a240ad59e10b0a1291a8fcf7cbc (patch)
treefe6fad578cfb2b8528828d4f77e5494542a1fb34 /fs/notify/Kconfig
parent12ed2e36c98aec6c41559222e311f4aa15d254b6 (diff)
downloadop-kernel-dev-ff0b16a9850e8a240ad59e10b0a1291a8fcf7cbc.zip
op-kernel-dev-ff0b16a9850e8a240ad59e10b0a1291a8fcf7cbc.tar.gz
fanotify: fscking all notification system
fanotify is a novel file notification system which bases notification on giving userspace both an event type (open, close, read, write) and an open file descriptor to the object in question. This should address a number of races and problems with other notification systems like inotify and dnotify and should allow the future implementation of blocking or access controlled notification. These are useful for on access scanners or hierachical storage management schemes. This patch just implements the basics of the fsnotify functions. Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'fs/notify/Kconfig')
-rw-r--r--fs/notify/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/notify/Kconfig b/fs/notify/Kconfig
index dffbb09..22c629e 100644
--- a/fs/notify/Kconfig
+++ b/fs/notify/Kconfig
@@ -3,3 +3,4 @@ config FSNOTIFY
source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
+source "fs/notify/fanotify/Kconfig"
OpenPOWER on IntegriCloud