]> git.baikalelectronics.ru Git - kernel.git/commit
Inotify: undefined reference to `anon_inode_getfd'
authorRussell King <rmk@arm.linux.org.uk>
Sun, 18 Apr 2010 20:25:11 +0000 (21:25 +0100)
committerEric Paris <eparis@redhat.com>
Wed, 12 May 2010 15:03:40 +0000 (11:03 -0400)
commitdaf42d7a4fe100b720b3fb100670b7b5144e6d2c
treebd2a49f1fec1035256fe90e120fe878fdfa2ac12
parenta797ff15e7b19d529c30b26b42d6a5926c567e8f
Inotify: undefined reference to `anon_inode_getfd'

Fix:

fs/built-in.o: In function `sys_inotify_init1':
summary.c:(.text+0x347a4): undefined reference to `anon_inode_getfd'

found by kautobuild with arms bcmring_defconfig, which ends up with
INOTIFY_USER enabled (through the 'default y') but leaves ANON_INODES
unset.  However, inotify_user.c uses anon_inode_getfd().

Signed-off-by: Russell King <rmk+kernel@arm.linux.org.uk>
Signed-off-by: Eric Paris <eparis@redhat.com>
fs/notify/inotify/Kconfig