diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-10-15 19:32:27 -0400 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2010-10-25 21:18:22 -0400 |
commit | bb1e5f8c022ae2f6bf1ec0c6b861db3c35976377 (patch) | |
tree | e611370837b22865ffc4f13e1a5c8b51d499c94a /fs/Kconfig | |
parent | 3072b90c4726396e38160cc1f7c93191e2f4a566 (diff) |
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: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Dave Chinner <david@fromorbit.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Alex Elder <aelder@sgi.com>
Cc: xfs-masters@oss.sgi.com
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
Diffstat (limited to 'fs/Kconfig')
-rw-r--r-- | fs/Kconfig | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fs/Kconfig b/fs/Kconfig index 65781de44fc0..b5e582bd769d 100644 --- a/fs/Kconfig +++ b/fs/Kconfig | |||
@@ -47,6 +47,9 @@ source "fs/nilfs2/Kconfig" | |||
47 | 47 | ||
48 | endif # BLOCK | 48 | endif # BLOCK |
49 | 49 | ||
50 | config EXPORTFS | ||
51 | tristate | ||
52 | |||
50 | config FILE_LOCKING | 53 | config FILE_LOCKING |
51 | bool "Enable POSIX file locking API" if EMBEDDED | 54 | bool "Enable POSIX file locking API" if EMBEDDED |
52 | default y | 55 | default y |
@@ -222,9 +225,6 @@ config LOCKD_V4 | |||
222 | depends on FILE_LOCKING | 225 | depends on FILE_LOCKING |
223 | default y | 226 | default y |
224 | 227 | ||
225 | config EXPORTFS | ||
226 | tristate | ||
227 | |||
228 | config NFS_ACL_SUPPORT | 228 | config NFS_ACL_SUPPORT |
229 | tristate | 229 | tristate |
230 | select FS_POSIX_ACL | 230 | select FS_POSIX_ACL |