Thomas Gleixner | ec8f24b | 2019-05-19 13:07:45 +0100 | [diff] [blame^] | 1 | # SPDX-License-Identifier: GPL-2.0-only |
Eric Paris | 272eb01 | 2008-12-17 13:59:41 -0500 | [diff] [blame] | 2 | config DNOTIFY |
| 3 | bool "Dnotify support" |
Eric Paris | 520dc2a | 2009-07-13 15:56:54 -0400 | [diff] [blame] | 4 | select FSNOTIFY |
Eric Paris | 272eb01 | 2008-12-17 13:59:41 -0500 | [diff] [blame] | 5 | default y |
| 6 | help |
| 7 | Dnotify is a directory-based per-fd file change notification system |
| 8 | that uses signals to communicate events to user-space. There exist |
| 9 | superior alternatives, but some applications may still rely on |
| 10 | dnotify. |
| 11 | |
| 12 | If unsure, say Y. |