aboutsummaryrefslogtreecommitdiffstats
path: root/fs/notify
diff options
context:
space:
mode:
authorRussell King <rmk@arm.linux.org.uk>2010-04-18 16:25:11 -0400
committerEric Paris <eparis@redhat.com>2010-05-12 11:03:40 -0400
commite7b702b1a8f2a6961367da903217e669be0f099f (patch)
treebd2a49f1fec1035256fe90e120fe878fdfa2ac12 /fs/notify
parentcea0d767c29669bf89f86e4aee46ef462d2ebae8 (diff)
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>
Diffstat (limited to 'fs/notify')
-rw-r--r--fs/notify/inotify/Kconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/notify/inotify/Kconfig b/fs/notify/inotify/Kconfig
index b3a159b21cfd..4427f8c14239 100644
--- a/fs/notify/inotify/Kconfig
+++ b/fs/notify/inotify/Kconfig
@@ -17,6 +17,7 @@ config INOTIFY_USER
17 bool "Inotify support for userspace" 17 bool "Inotify support for userspace"
18 select ANON_INODES 18 select ANON_INODES
19 select FSNOTIFY 19 select FSNOTIFY
20 select ANON_INODES
20 default y 21 default y
21 ---help--- 22 ---help---
22 Say Y here to enable inotify support for userspace, including the 23 Say Y here to enable inotify support for userspace, including the