blob: 904ff8d5405a04e5fd2a3cb38e8089f66aa5d622 [file] [log] [blame]
Eric Paris272eb012008-12-17 13:59:41 -05001config DNOTIFY
2 bool "Dnotify support"
Eric Paris3c5119c2009-05-21 17:01:33 -04003 depends on FSNOTIFY
Eric Paris272eb012008-12-17 13:59:41 -05004 default y
5 help
6 Dnotify is a directory-based per-fd file change notification system
7 that uses signals to communicate events to user-space. There exist
8 superior alternatives, but some applications may still rely on
9 dnotify.
10
11 If unsure, say Y.