kernel: enable open by fhandle syscalls
authorJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 06:35:13 +0000 (06:35 +0000)
committerJohn Crispin <john@openwrt.org>
Sun, 15 Mar 2015 06:35:13 +0000 (06:35 +0000)
This is needed by many services to function properly and as
all modern distributions got it enabled, it starts to be a
de-facto standard, i.e. user-space starts to silently depend
on it.

This also pulls in EXPORTFS, however, the kernel binary size
increases only a little.
On ARM systems comes down to 800 bytes uncompressed and about
200 bytes compressed size.
On MIPS systems it's about 1.2 kB size increase of the LZMA
compressed kernel.

v2: use menuconfig option instead of just enabling the option

Signed-off-by: Daniel Golle <daniel@makrotopia.org>
SVN-Revision: 44765

config/Config-kernel.in

index a0bd13e49ca685a8da58c26922abbca71bcd2f6a..34e07bd8ab7d156cad3b1a5413fb5ccb9d5cebfd 100644 (file)
@@ -481,3 +481,9 @@ config KERNEL_SECCOMP_FILTER
                default n
                help
                  Build kernel with support for seccomp BPF programs.
+
+config KERNEL_FHANDLE
+       bool "Enable open by fhandle syscalls"
+               default n
+               help
+                 Build kernel with support for open by fhandle syscalls