aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--init/Kconfig3
1 files changed, 2 insertions, 1 deletions
diff --git a/init/Kconfig b/init/Kconfig
index e0d26162432e..0dfd09d54c65 100644
--- a/init/Kconfig
+++ b/init/Kconfig
@@ -272,8 +272,9 @@ config CROSS_MEMORY_ATTACH
272 See the man page for more details. 272 See the man page for more details.
273 273
274config FHANDLE 274config FHANDLE
275 bool "open by fhandle syscalls" 275 bool "open by fhandle syscalls" if EXPERT
276 select EXPORTFS 276 select EXPORTFS
277 default y
277 help 278 help
278 If you say Y here, a user level program will be able to map 279 If you say Y here, a user level program will be able to map
279 file names to handle and then later use the handle for 280 file names to handle and then later use the handle for