summaryrefslogtreecommitdiffstats
path: root/fs/Kconfig
diff options
context:
space:
mode:
authorJonas Gorski <jonas.gorski@gmail.com>2011-05-24 20:12:08 +0200
committerAl Viro <viro@zeniv.linux.org.uk>2011-05-26 07:26:43 -0400
commit79fead47c51b874a26cf5865408a5b784b52a929 (patch)
tree96a443052a4675ade7de07a55d794839b4b83a4b /fs/Kconfig
parent9f1fafee9e42b73beb3aa51ab2d6a19bfddeb5fe (diff)
downloadlinux-79fead47c51b874a26cf5865408a5b784b52a929.tar.gz
linux-79fead47c51b874a26cf5865408a5b784b52a929.tar.xz
exportfs: reallow building as a module
Commit 990d6c2d7aee921e3bce22b2d6a750fd552262be ("vfs: Add name to file handle conversion support") changed EXPORTFS to be a bool. This was needed for earlier revisions of the original patch, but the actual commit put the code needing it into its own file that only gets compiled when FHANDLE is selected which in turn selects EXPORTFS. So EXPORTFS can be safely compiled as a module when not selecting FHANDLE. Signed-off-by: Jonas Gorski <jonas.gorski@gmail.com> Acked-by: Aneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com> Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r--fs/Kconfig2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/Kconfig b/fs/Kconfig
index f3aa9b08b228..efb7d4ec6fcf 100644
--- a/fs/Kconfig
+++ b/fs/Kconfig
@@ -47,7 +47,7 @@ config FS_POSIX_ACL
def_bool n
config EXPORTFS
- bool
+ tristate
config FILE_LOCKING
bool "Enable POSIX file locking API" if EXPERT