Skip to content

Commit

Permalink
exportfs: reallow building as a module
Browse files Browse the repository at this point in the history
Commit 990d6c2 ("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>
  • Loading branch information
Jonas Gorski authored and Al Viro committed May 26, 2011
1 parent 9f1fafe commit 79fead4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion fs/Kconfig
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 79fead4

Please sign in to comment.