/fs/notify/dnotify/Kconfig
#! | 11 lines | 10 code | 1 blank | 0 comment | 0 complexity | 9b5b61dc7262a47dac18286925deaf5a MD5 | raw file
Possible License(s): LGPL-2.0, AGPL-1.0, GPL-2.0
1config DNOTIFY 2 bool "Dnotify support" 3 select FSNOTIFY 4 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.