swh:1:snp:38ae39f9fd01a4b0ef06fab5668b65bf4c2aca03
Raw File
Tip revision: 6847e154e3cd74fca6084124c097980a7634285a authored by Linus Torvalds on 14 July 2009, 01:18:52 UTC
Linux 2.6.31-rc3
Tip revision: 6847e15
Kconfig
config FSNOTIFY
	bool "Filesystem notification backend"
	default y
	---help---
	   fsnotify is a backend for filesystem notification.  fsnotify does
	   not provide any userspace interface but does provide the basis
	   needed for other notification schemes such as dnotify, inotify,
	   and fanotify.

	   Say Y here to enable fsnotify suport.

	   If unsure, say Y.

source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
back to top