hc
2024-05-11 04dd17822334871b23ea2862f7798fb0e0007777
kernel/fs/notify/inotify/Kconfig
....@@ -1,8 +1,9 @@
1
+# SPDX-License-Identifier: GPL-2.0-only
12 config INOTIFY_USER
23 bool "Inotify support for userspace"
34 select FSNOTIFY
45 default y
5
- ---help---
6
+ help
67 Say Y here to enable inotify support for userspace, including the
78 associated system calls. Inotify allows monitoring of both files and
89 directories via a single open fd. Events are read from the file
....@@ -11,6 +12,6 @@
1112 new features including multiple file events, one-shot support, and
1213 unmount notification.
1314
14
- For more information, see <file:Documentation/filesystems/inotify.txt>
15
+ For more information, see <file:Documentation/filesystems/inotify.rst>
1516
1617 If unsure, say Y.