repo.or.cz
/
linux
/
fpc-iii.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Merge 4.13-rc5 into char-misc-next
[linux/fpc-iii.git]
/
fs
/
notify
/
dnotify
/
Kconfig
blob
f9c1ca139d8f6d3f134b1068dfef46e6058b5115
1
config 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.