summaryrefslogtreecommitdiff
path: root/init
diff options
context:
space:
mode:
authorAndi Kleen <ak@linux.intel.com>2016-04-01 21:31:40 (GMT)
committerLinus Torvalds <torvalds@linux-foundation.org>2016-04-01 22:03:37 (GMT)
commitf76be61755c52f4e827755901f6317cc1d007b51 (patch)
tree8f5c5623350db6984f44f3a4f930bfdb3296f5a9 /init
parentec3b6882509188602dfaadf2814a9cca062f2786 (diff)
downloadlinux-f76be61755c52f4e827755901f6317cc1d007b51.tar.xz
Make CONFIG_FHANDLE default y
Newer Fedora and OpenSUSE didn't boot with my standard configuration. It took me some time to figure out why, in fact I had to write a script to try different config options systematically. The problem is that something (systemd) in dracut depends on CONFIG_FHANDLE, which adds open by file handle syscalls. While it is set in defconfigs it is very easy to miss when updating older configs because it is not default y. Make it default y and also depend on EXPERT, as dracut use is likely widespread. Signed-off-by: Andi Kleen <ak@linux.intel.com> Cc: Richard Weinberger <richard.weinberger@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
-rw-r--r--init/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index e0d2616..0dfd09d 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -272,8 +272,9 @@ config CROSS_MEMORY_ATTACH
See the man page for more details.
config FHANDLE
- bool "open by fhandle syscalls"
+ bool "open by fhandle syscalls" if EXPERT
select EXPORTFS
+ default y
help
If you say Y here, a user level program will be able to map
file names to handle and then later use the handle for