Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1845c288 authored by David Howells's avatar David Howells Committed by Joel Fernandes (Google)
Browse files

UPSTREAM: Make anon_inodes unconditional



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

Signed-off-by: default avatarDavid Howells <dhowells@redhat.com>
Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>

(cherry picked from commit dadd2299ab61fc2b55b95b7b3a8f674cdd3b69c9)

Bug: 135608568
Test: test program using syscall(__NR_sys_pidfd_open,..) and poll()
Change-Id: I2f97bda4f360d8d05bbb603de839717b3d8067ae
Signed-off-by: default avatarSuren Baghdasaryan <surenb@google.com>
parent b063f4f4
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ config KVM
	bool "Kernel-based Virtual Machine (KVM) support"
	depends on MMU && OF
	select PREEMPT_NOTIFIERS
	select ANON_INODES
	select ARM_GIC
	select HAVE_KVM_CPU_RELAX_INTERCEPT
	select HAVE_KVM_ARCH_TLB_FLUSH_ALL
+0 −1
Original line number Diff line number Diff line
@@ -24,7 +24,6 @@ config KVM
	depends on OF
	select MMU_NOTIFIER
	select PREEMPT_NOTIFIERS
	select ANON_INODES
	select HAVE_KVM_CPU_RELAX_INTERCEPT
	select HAVE_KVM_ARCH_TLB_FLUSH_ALL
	select KVM_MMIO
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ config KVM
	depends on HAVE_KVM
	select EXPORT_UASM
	select PREEMPT_NOTIFIERS
	select ANON_INODES
	select KVM_MMIO
	select SRCU
	---help---
+0 −1
Original line number Diff line number Diff line
@@ -19,7 +19,6 @@ if VIRTUALIZATION
config KVM
	bool
	select PREEMPT_NOTIFIERS
	select ANON_INODES
	select HAVE_KVM_EVENTFD
	select SRCU
	select KVM_VFIO
+0 −1
Original line number Diff line number Diff line
@@ -20,7 +20,6 @@ config KVM
	prompt "Kernel-based Virtual Machine (KVM) support"
	depends on HAVE_KVM
	select PREEMPT_NOTIFIERS
	select ANON_INODES
	select HAVE_KVM_CPU_RELAX_INTERCEPT
	select HAVE_KVM_EVENTFD
	select KVM_ASYNC_PF
Loading