提交 79fead47 编写于 作者: J Jonas Gorski 提交者: Al Viro

exportfs: reallow building as a module

Commit 990d6c2d ("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: NJonas Gorski <jonas.gorski@gmail.com>
Acked-by: NAneesh Kumar K.V <aneesh.kumar@linux.vnet.ibm.com>
Signed-off-by: NAl Viro <viro@zeniv.linux.org.uk>
上级 9f1fafee
......@@ -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
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册