diff options
author | Paul Mundt <lethal@linux-sh.org> | 2009-12-18 03:24:26 +0100 |
---|---|---|
committer | Eric Paris <eparis@redhat.com> | 2010-07-28 15:58:56 +0200 |
commit | ef601a9cfd21fe9ce57e0ee3f4a31552ffb96366 (patch) | |
tree | 6b268bba6e0bb4ef09f634519a13233c10cb2a5a /fs/exportfs | |
parent | fanotify: send events using read (diff) | |
download | linux-ef601a9cfd21fe9ce57e0ee3f4a31552ffb96366.tar.xz linux-ef601a9cfd21fe9ce57e0ee3f4a31552ffb96366.zip |
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 <lethal@linux-sh.org>
Signed-off-by: Eric Paris <eparis@redhat.com>
Diffstat (limited to 'fs/exportfs')
0 files changed, 0 insertions, 0 deletions