Welcome to mirror list, hosted at ThFree Co, Russian Federation.

Kconfig « notify « fs - github.com/torvalds/linux.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 2a24249b30af845d4514552da47fb94e70765db3 (plain)
1
2
3
4
5
6
7
config FSNOTIFY
	def_bool n
	select SRCU

source "fs/notify/dnotify/Kconfig"
source "fs/notify/inotify/Kconfig"
source "fs/notify/fanotify/Kconfig"