Blame view

fs/notify/inotify/Kconfig 663 Bytes
ec8f24b7f   Thomas Gleixner   treewide: Add SPD...
1
  # SPDX-License-Identifier: GPL-2.0-only
272eb0148   Eric Paris   filesystem notifi...
2
3
  config INOTIFY_USER
  	bool "Inotify support for userspace"
520dc2a52   Eric Paris   fsnotify: use def...
4
  	select FSNOTIFY
272eb0148   Eric Paris   filesystem notifi...
5
  	default y
a7f7f6248   Masahiro Yamada   treewide: replace...
6
  	help
272eb0148   Eric Paris   filesystem notifi...
7
8
9
10
  	  Say Y here to enable inotify support for userspace, including the
  	  associated system calls.  Inotify allows monitoring of both files and
  	  directories via a single open fd.  Events are read from the file
  	  descriptor, which is also select()- and poll()-able.
63c882a05   Eric Paris   inotify: reimplem...
11
12
13
  	  Inotify fixes numerous shortcomings in dnotify and introduces several
  	  new features including multiple file events, one-shot support, and
  	  unmount notification.
272eb0148   Eric Paris   filesystem notifi...
14

0c1bc6b84   Mauro Carvalho Chehab   docs: filesystems...
15
  	  For more information, see <file:Documentation/filesystems/inotify.rst>
272eb0148   Eric Paris   filesystem notifi...
16
17
  
  	  If unsure, say Y.