^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 1) # SPDX-License-Identifier: GPL-2.0-only
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 2) config DNOTIFY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 3) bool "Dnotify support"
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 4) select FSNOTIFY
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 5) default y
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 6) help
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 7) Dnotify is a directory-based per-fd file change notification system
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 8) that uses signals to communicate events to user-space. There exist
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 9) superior alternatives, but some applications may still rely on
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 10) dnotify.
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 11)
^8f3ce5b39 (kx 2023-10-28 12:00:06 +0300 12) If unsure, say Y.