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: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef601a9cfd21fe9ce57e0ee3f4a31552ffb96366;p=pandora-kernel.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 --- Reading git-diff-tree failed