Home
last modified time | relevance | path

Searched hist:f76be61755c52f4e827755901f6317cc1d007b51 (Results 1 – 1 of 1) sorted by relevance

/linux/init/
H A DKconfigdiff f76be61755c52f4e827755901f6317cc1d007b51 Fri Apr 01 23:31:40 CEST 2016 Andi Kleen <ak@linux.intel.com> 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>