Make anon_inodes unconditional

Make the anon_inodes facility unconditional so that it can be used by core
VFS code and pidfd code.

Signed-off-by: David Howells <dhowells@redhat.com>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
[christian@brauner.io: adapt commit message to mention pidfds]
Signed-off-by: Christian Brauner <christian@brauner.io>
This commit is contained in:
David Howells
2018-11-05 17:40:31 +00:00
committed by Christian Brauner
parent 15ade5d2e7
commit 5dd50aaeb1
18 changed files with 1 additions and 27 deletions

View File

@@ -1,7 +1,6 @@
config FANOTIFY
bool "Filesystem wide access notification"
select FSNOTIFY
select ANON_INODES
select EXPORTFS
default n
---help---