repo.or.cz
/
linux-2.6
/
linux-acpi-2.6
/
ibm-acpi-2.6.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
drm/i915: use new macros to access the ring start register
[linux-2.6/linux-acpi-2.6/ibm-acpi-2.6.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.