/fs/notify/dnotify/Kconfig
https://bitbucket.org/cyanogenmod/android_kernel_asus_tf300t · #! · 11 lines · 10 code · 1 blank · 0 comment · 0 complexity · 9b5b61dc7262a47dac18286925deaf5a MD5 · raw file
- config DNOTIFY
- bool "Dnotify support"
- select FSNOTIFY
- default y
- help
- Dnotify is a directory-based per-fd file change notification system
- that uses signals to communicate events to user-space. There exist
- superior alternatives, but some applications may still rely on
- dnotify.
- If unsure, say Y.