fanotify: select ANON_INODES.
authorPaul Mundt <lethal@linux-sh.org>
Fri, 18 Dec 2009 02:24:26 +0000 (21:24 -0500)
committerEric Paris <eparis@redhat.com>
Wed, 28 Jul 2010 13:58:56 +0000 (09:58 -0400)
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 <lethal@linux-sh.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/fanotify/Kconfig

index f9d7ae081f858e608f9b69228d68ab5891a7fea6..668e5df28e28b3abda3d03497be084d8d6fed095 100644 (file)
@@ -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