swh:1:snp:c2847dfd741eae21606027cf29250d1ebcd63fb4
Raw File
Tip revision: 4be3bd7849165e7efa6b0b35a23d6a3598d97465 authored by Linus Torvalds on 23 July 2009, 02:32:59 UTC
Linux 2.6.31-rc4
Tip revision: 4be3bd7
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