]> git.baikalelectronics.ru Git - kernel.git/commit
exportfs: reallow building as a module
authorJonas Gorski <jonas.gorski@gmail.com>
Tue, 24 May 2011 18:12:08 +0000 (20:12 +0200)
committerAl Viro <viro@zeniv.linux.org.uk>
Thu, 26 May 2011 11:26:43 +0000 (07:26 -0400)
commit31461f68ea9fe75785e9a009e1bf929d175feb12
tree96a443052a4675ade7de07a55d794839b4b83a4b
parentbfa7e2c1dca8e9e2fb1fb90b265448b10501bbd6
exportfs: reallow building as a module

Commit a070de25562c3f5d5f413624cdf3143ea7361207 ("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>
fs/Kconfig