]> bbs.cooldavid.org Git - net-next-2.6.git/commitdiff
fanotify: allow fanotify to be built
authorEric Paris <eparis@redhat.com>
Thu, 28 Oct 2010 21:21:56 +0000 (17:21 -0400)
committerEric Paris <eparis@redhat.com>
Thu, 28 Oct 2010 21:22:13 +0000 (17:22 -0400)
We disabled the ability to build fanotify in commit 7c5347733dcc4ba0ba.
This reverts that commit and allows people to build fanotify.

Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/Kconfig
include/linux/Kbuild

index b388443c3a09b01574b78befaabbf7fe03f9eeb4..22c629eedd82d70425704ee86b4ddf816b7bd174 100644 (file)
@@ -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"
index 90e3ed3a314494ef69cc3cd9e86274f703f2c8b7..97319a8fc1e08e9af7a63177272fe4e4671e1b8d 100644 (file)
@@ -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