lkml.org 
[lkml]   [2010]   [Mar]   [22]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
Subject[PATCH] Fix build failure, INOTIFY_USER requires ANON_INODES
Or linking can fail needing anon_inode_getfd called from
sys_inotify_init1.

Signed-off-by: Jason Gunthorpe <jgunthorpe@obsidianresearch.com>
---
fs/notify/inotify/Kconfig | 1 +
1 files changed, 1 insertions(+), 0 deletions(-)

Tested on powerpc with CONFIG_EMBEDDED/etc

diff --git a/fs/notify/inotify/Kconfig b/fs/notify/inotify/Kconfig
index 3e56dbf..af2fc8e 100644
--- a/fs/notify/inotify/Kconfig
+++ b/fs/notify/inotify/Kconfig
@@ -16,6 +16,7 @@ config INOTIFY
config INOTIFY_USER
bool "Inotify support for userspace"
select FSNOTIFY
+ select ANON_INODES
default y
---help---
Say Y here to enable inotify support for userspace, including the
--
1.5.4.2


\
 
 \ /
  Last update: 2010-03-22 19:37    [W:0.027 / U:0.372 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site