diff options
author | David Howells <dhowells@redhat.com> | 2018-11-05 20:40:31 +0300 |
---|---|---|
committer | Christian Brauner <christian@brauner.io> | 2019-04-19 15:03:11 +0300 |
commit | 5dd50aaeb1853ee0953b60fa6d1143d95429ae7b (patch) | |
tree | c0f3f684d0621b7305bb7bdcf83fb1d56acaa16a /arch/x86/kvm/Kconfig | |
parent | 15ade5d2e7775667cf191cf2f94327a4889f8b9d (diff) | |
download | linux-5dd50aaeb1853ee0953b60fa6d1143d95429ae7b.tar.xz |
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 'arch/x86/kvm/Kconfig')
-rw-r--r-- | arch/x86/kvm/Kconfig | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/Kconfig b/arch/x86/kvm/Kconfig index 72fa955f4a15..fc042419e670 100644 --- a/arch/x86/kvm/Kconfig +++ b/arch/x86/kvm/Kconfig @@ -27,7 +27,6 @@ config KVM depends on X86_LOCAL_APIC select PREEMPT_NOTIFIERS select MMU_NOTIFIER - select ANON_INODES select HAVE_KVM_IRQCHIP select HAVE_KVM_IRQFD select IRQ_BYPASS_MANAGER |