blob: f9c1ca139d8f6d3f134b1068dfef46e6058b5115 [file] [log] [blame]
Eric Paris272eb012008-12-17 13:59:41 -05001config DNOTIFY
2 bool "Dnotify support"
Eric Paris520dc2a2009-07-13 15:56:54 -04003 select 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.