diff options
author | David Howells <dhowells@redhat.com> | 2018-11-05 12:40:31 -0500 |
---|---|---|
committer | Christian Brauner <christian@brauner.io> | 2019-04-19 08:03:11 -0400 |
commit | 5dd50aaeb1853ee0953b60fa6d1143d95429ae7b (patch) | |
tree | c0f3f684d0621b7305bb7bdcf83fb1d56acaa16a /fs/notify | |
parent | 15ade5d2e7775667cf191cf2f94327a4889f8b9d (diff) |
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>
Diffstat (limited to 'fs/notify')
-rw-r--r-- | fs/notify/fanotify/Kconfig | 1 | ||||
-rw-r--r-- | fs/notify/inotify/Kconfig | 1 |
2 files changed, 0 insertions, 2 deletions
diff --git a/fs/notify/fanotify/Kconfig b/fs/notify/fanotify/Kconfig index 735bfb2e9190..521dc91d2cb5 100644 --- a/fs/notify/fanotify/Kconfig +++ b/fs/notify/fanotify/Kconfig | |||
@@ -1,7 +1,6 @@ | |||
1 | config FANOTIFY | 1 | config FANOTIFY |
2 | bool "Filesystem wide access notification" | 2 | bool "Filesystem wide access notification" |
3 | select FSNOTIFY | 3 | select FSNOTIFY |
4 | select ANON_INODES | ||
5 | select EXPORTFS | 4 | select EXPORTFS |
6 | default n | 5 | default n |
7 | ---help--- | 6 | ---help--- |
diff --git a/fs/notify/inotify/Kconfig b/fs/notify/inotify/Kconfig index b981fc0c8379..0161c74e76e2 100644 --- a/fs/notify/inotify/Kconfig +++ b/fs/notify/inotify/Kconfig | |||
@@ -1,6 +1,5 @@ | |||
1 | config INOTIFY_USER | 1 | config INOTIFY_USER |
2 | bool "Inotify support for userspace" | 2 | bool "Inotify support for userspace" |
3 | select ANON_INODES | ||
4 | select FSNOTIFY | 3 | select FSNOTIFY |
5 | default y | 4 | default y |
6 | ---help--- | 5 | ---help--- |