提交 ef601a9c 编写于 作者: P Paul Mundt 提交者: Eric Paris

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: NPaul Mundt <lethal@linux-sh.org>
Signed-off-by: NEric Paris <eparis@redhat.com>
上级 a1014f10
config FANOTIFY
bool "Filesystem wide access notification"
select FSNOTIFY
select ANON_INODES
default y
---help---
Say Y here to enable fanotify suport. fanotify is a file access
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册