knfsd: exportfs: add exportfs.h header
authorChristoph Hellwig <hch@infradead.org>
Tue, 17 Jul 2007 11:04:28 +0000 (04:04 -0700)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Tue, 17 Jul 2007 17:23:06 +0000 (10:23 -0700)
commita569425512253992cc64ebf8b6d00a62f986db3e
tree7ea72c75c54697bddbad807af89cc549d7426a69
parent6dd4ac3b30b81b5bd0d628af1c89b7da689a38ea
knfsd: exportfs: add exportfs.h header

currently the export_operation structure and helpers related to it are in
fs.h.  fs.h is already far too large and there are very few places needing the
export bits, so split them off into a separate header.

[akpm@linux-foundation.org: fix cifs build]
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Neil Brown <neilb@suse.de>
Cc: Steven French <sfrench@us.ibm.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
20 files changed:
fs/cifs/export.c
fs/efs/super.c
fs/exportfs/expfs.c
fs/ext2/super.c
fs/ext3/super.c
fs/ext4/super.c
fs/fat/inode.c
fs/gfs2/ops_export.c
fs/isofs/isofs.h
fs/jfs/super.c
fs/nfsd/export.c
fs/nfsd/nfsfh.c
fs/ntfs/namei.c
fs/ocfs2/export.h
fs/reiserfs/inode.c
fs/reiserfs/super.c
fs/xfs/linux-2.6/xfs_super.h
include/linux/exportfs.h [new file with mode: 0644]
include/linux/fs.h
mm/shmem.c