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>
This commit is contained in:

committed by
Linus Torvalds

parent
6dd4ac3b30
commit
a569425512
@@ -18,6 +18,8 @@
|
||||
#ifndef __XFS_SUPER_H__
|
||||
#define __XFS_SUPER_H__
|
||||
|
||||
#include <linux/exportfs.h>
|
||||
|
||||
#ifdef CONFIG_XFS_DMAPI
|
||||
# define vfs_insertdmapi(vfs) vfs_insertops(vfsp, &xfs_dmops)
|
||||
# define vfs_initdmapi() dmapi_init()
|
||||
|
Reference in New Issue
Block a user