• Randy Dunlap's avatar
    fs: move exportfs since it is not a networking filesystem · bb1e5f8c
    Randy Dunlap authored
    
    
    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: Christoph Hellwig <hch@lst.de>
    Cc: Alex Elder <aelder@sgi.com>
    Cc: xfs-masters@oss.sgi.com
    Signed-off-by: default avatarAl Viro <viro@zeniv.linux.org.uk>
    bb1e5f8c