mirror of
https://github.com/torvalds/linux.git
synced 2024-11-01 17:51:43 +00:00
9343919c14
We disabled the ability to build fanotify in commit 7c5347733d
.
This reverts that commit and allows people to build fanotify.
Signed-off-by: Eric Paris <eparis@redhat.com>
7 lines
135 B
Plaintext
7 lines
135 B
Plaintext
config FSNOTIFY
|
|
def_bool n
|
|
|
|
source "fs/notify/dnotify/Kconfig"
|
|
source "fs/notify/inotify/Kconfig"
|
|
source "fs/notify/fanotify/Kconfig"
|