From: Paul Mundt Date: Fri, 18 Dec 2009 02:24:26 +0000 (-0500) Subject: fanotify: select ANON_INODES. X-Git-Tag: v2.6.36-rc1~303^2~74 X-Git-Url: https://git.karo-electronics.de/?a=commitdiff_plain;h=ef601a9cfd21fe9ce57e0ee3f4a31552ffb96366;p=karo-tx-linux.git fanotify: select ANON_INODES. fanotify references anon_inode_getfd(), which is only available with ANON_INODES enabled. Presently this bails out with the following: LD vmlinux fs/built-in.o: In function `sys_fanotify_init': (.text+0x26d1c): undefined reference to `anon_inode_getfd' make: *** [vmlinux] Error 1 which is trivially corrected by adding an ANON_INODES select. Signed-off-by: Paul Mundt Signed-off-by: Eric Paris --- diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig index f9d7ae081f85..668e5df28e28 100644 --- a/fs/notify/fanotify/Kconfig +++ b/fs/notify/fanotify/Kconfig @@ -1,6 +1,7 @@ config FANOTIFY bool "Filesystem wide access notification" select FSNOTIFY + select ANON_INODES default y ---help--- Say Y here to enable fanotify suport. fanotify is a file access