Navigation: Linux Kernel Driver DataBase - web LKDDB: Main index - I index
The Linux kernel configuration item CONFIG_INOTIFY_USER
has multiple definitions:
fs/notify/inotify/Kconfig
The configuration item CONFIG_INOTIFY_USER:
(none)
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. Inotify fixes numerous shortcomings in dnotify and introduces several new features including multiple file events, one-shot support, and unmount notification.
For more information, see Documentation/filesystems/inotify.rst
If unsure, say Y.
fs/Kconfig
The configuration item CONFIG_INOTIFY_USER:
CONFIG_INOTIFY
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.
For more information, see Documentation/filesystems/inotify.txt
If unsure, say Y.
Raw data from LKDDb:
lkddb fs "inotifyfs" : CONFIG_INOTIFY_USER : fs/inotify_user.c # in 2.6.18–2.6.28
lkddb fs "inotifyfs" : CONFIG_INOTIFY_USER : fs/notify/inotify/inotify_user.c # in 2.6.29–2.6.33
This page is automaticly generated with free (libre, open) software lkddb(see lkddb-sources).
The data is retrived from:
Popular queries:
Navigation: Linux Kernel Driver DataBase - web LKDDB: main index - I index
Automatically generated (in year 2025). See also LKDDb sources on GitLab