.. | .. |
---|
| 1 | +# SPDX-License-Identifier: GPL-2.0-only |
---|
1 | 2 | config INOTIFY_USER |
---|
2 | 3 | bool "Inotify support for userspace" |
---|
3 | 4 | select FSNOTIFY |
---|
4 | 5 | default y |
---|
5 | | - ---help--- |
---|
| 6 | + help |
---|
6 | 7 | Say Y here to enable inotify support for userspace, including the |
---|
7 | 8 | associated system calls. Inotify allows monitoring of both files and |
---|
8 | 9 | directories via a single open fd. Events are read from the file |
---|
.. | .. |
---|
11 | 12 | new features including multiple file events, one-shot support, and |
---|
12 | 13 | unmount notification. |
---|
13 | 14 | |
---|
14 | | - For more information, see <file:Documentation/filesystems/inotify.txt> |
---|
| 15 | + For more information, see <file:Documentation/filesystems/inotify.rst> |
---|
15 | 16 | |
---|
16 | 17 | If unsure, say Y. |
---|