3c5119c05d
Reimplement dnotify using fsnotify. Signed-off-by: Eric Paris <eparis@redhat.com> Acked-by: Al Viro <viro@zeniv.linux.org.uk> Cc: Christoph Hellwig <hch@lst.de>
12 lines
319 B
Plaintext
12 lines
319 B
Plaintext
config DNOTIFY
|
|
bool "Dnotify support"
|
|
depends on 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.
|