From: Russell King Date: Sun, 18 Apr 2010 20:25:11 +0000 (+0100) Subject: Inotify: undefined reference to `anon_inode_getfd' X-Git-Tag: v2.6.34~13^2~3 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e7b702b1a8f2a6961367da903217e669be0f099f;p=pandora-kernel.git 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 Signed-off-by: Eric Paris --- Reading git-diff-tree failed