]> Pileus Git - ~andy/linux/blob - fs/notify/fanotify/Kconfig
fanotify: fscking all notification system
[~andy/linux] / fs / notify / fanotify / Kconfig
1 config FANOTIFY
2         bool "Filesystem wide access notification"
3         select FSNOTIFY
4         default y
5         ---help---
6            Say Y here to enable fanotify suport.  fanotify is a file access
7            notification system which differs from inotify in that it sends
8            and open file descriptor to the userspace listener along with
9            the event.
10
11            If unsure, say Y.