kernel: enable open by fhandle syscalls
authorblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 06:35:13 +0000 (06:35 +0000)
committerblogic <blogic@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Sun, 15 Mar 2015 06:35:13 +0000 (06:35 +0000)
commit72307f972642c08c0b06f8a306db2ed88c50c759
tree0ff7fe997842f7f2f4025ede0d2e12833db77117
parent2f0907d07e3bf100082bdb40ec7585d0c15b0c3f
kernel: enable open by fhandle syscalls

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>
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@44765 3c298f89-4303-0410-b956-a3cf2f4a3e73
config/Config-kernel.in