Commit 4199ca77 authored by Randy Dunlap's avatar Randy Dunlap Committed by Linus Torvalds

fs: move exportfs since it is not a networking filesystem

Move the EXPORTFS kconfig symbol out of the NETWORK_FILESYSTEMS block
since it provides a library function that can be (and is) used by other
(non-network) filesystems.

This also eliminates a kconfig dependency warning:

warning: (XFS_FS && BLOCK || NFSD && NETWORK_FILESYSTEMS && INET && FILE_LOCKING && BKL) selects EXPORTFS which has unmet direct dependencies (NETWORK_FILESYSTEMS)
Signed-off-by: default avatarRandy Dunlap <randy.dunlap@oracle.com>
Cc: Dave Chinner <david@fromorbit.com>
Cc: Al Viro <viro@zeniv.linux.org.uk>
Cc: Alex Elder <aelder@sgi.com>
Reviewed-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarAndrew Morton <akpm@linux-foundation.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@linux-foundation.org>
parent 1df79da8
...@@ -47,6 +47,9 @@ source "fs/nilfs2/Kconfig" ...@@ -47,6 +47,9 @@ source "fs/nilfs2/Kconfig"
endif # BLOCK endif # BLOCK
config EXPORTFS
tristate
config FILE_LOCKING config FILE_LOCKING
bool "Enable POSIX file locking API" if EMBEDDED bool "Enable POSIX file locking API" if EMBEDDED
default y default y
...@@ -222,9 +225,6 @@ config LOCKD_V4 ...@@ -222,9 +225,6 @@ config LOCKD_V4
depends on FILE_LOCKING depends on FILE_LOCKING
default y default y
config EXPORTFS
tristate
config NFS_ACL_SUPPORT config NFS_ACL_SUPPORT
tristate tristate
select FS_POSIX_ACL select FS_POSIX_ACL
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment