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>
Este commit está contenido en:
Christoph Hellwig
2007-07-17 04:04:28 -07:00
cometido por Linus Torvalds
padre 6dd4ac3b30
commit a569425512
Se han modificado 20 ficheros con 140 adiciones y 113 borrados

Ver fichero

@@ -26,6 +26,8 @@
#ifndef OCFS2_EXPORT_H
#define OCFS2_EXPORT_H
#include <linux/exportfs.h>
extern struct export_operations ocfs2_export_ops;
#endif /* OCFS2_EXPORT_H */