fsnotify: allow groups to set freeing_mark to null
[linux-2.6-block.git] / fs / notify / Kconfig
CommitLineData
90586523
EP
1config FSNOTIFY
2 bool "Filesystem notification backend"
3 default y
4 ---help---
5 fsnotify is a backend for filesystem notification. fsnotify does
6 not provide any userspace interface but does provide the basis
7 needed for other notification schemes such as dnotify, inotify,
8 and fanotify.
9
10 Say Y here to enable fsnotify suport.
11
12 If unsure, say Y.
13
272eb014
EP
14source "fs/notify/dnotify/Kconfig"
15source "fs/notify/inotify/Kconfig"