mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
fanotify: allow fanotify to be built
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>
This commit is contained in:
parent
2d3b07c07b
commit
9343919c14
2 changed files with 2 additions and 1 deletions
|
@ -3,4 +3,4 @@ config FSNOTIFY
|
|||
|
||||
source "fs/notify/dnotify/Kconfig"
|
||||
source "fs/notify/inotify/Kconfig"
|
||||
#source "fs/notify/fanotify/Kconfig"
|
||||
source "fs/notify/fanotify/Kconfig"
|
||||
|
|
|
@ -118,6 +118,7 @@ header-y += eventpoll.h
|
|||
header-y += ext2_fs.h
|
||||
header-y += fadvise.h
|
||||
header-y += falloc.h
|
||||
header-y += fanotify.h
|
||||
header-y += fb.h
|
||||
header-y += fcntl.h
|
||||
header-y += fd.h
|
||||
|
|
Loading…
Reference in a new issue