dect
/
linux-2.6
Archived
13
0
Fork 0

exportfs: reallow building as a module

Commit 990d6c2d7a ("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>
This commit is contained in:
Jonas Gorski 2011-05-24 20:12:08 +02:00 committed by Al Viro
parent 9f1fafee9e
commit 79fead47c5
1 changed files with 1 additions and 1 deletions

View File

@ -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