]> git.baikalelectronics.ru Git - kernel.git/commit
fs: move exportfs since it is not a networking filesystem
authorRandy Dunlap <randy.dunlap@oracle.com>
Fri, 15 Oct 2010 23:32:27 +0000 (16:32 -0700)
committerAl Viro <viro@zeniv.linux.org.uk>
Tue, 26 Oct 2010 01:18:22 +0000 (21:18 -0400)
commitbb1f38c173b275fcaf53f70dba9df92da2e0b364
treee611370837b22865ffc4f13e1a5c8b51d499c94a
parent1b13bfefda506c30a257a3c0a6e5e1d4c6137990
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>
fs/Kconfig