diff options
author | Christoph Hellwig | 2007-07-17 13:04:28 +0200 |
---|---|---|
committer | Linus Torvalds | 2007-07-17 19:23:06 +0200 |
commit | a569425512253992cc64ebf8b6d00a62f986db3e (patch) | |
tree | 7ea72c75c54697bddbad807af89cc549d7426a69 /fs/ocfs2/export.h | |
parent | i2o debug output cleanup (diff) | |
download | kernel-qcow2-linux-a569425512253992cc64ebf8b6d00a62f986db3e.tar.gz kernel-qcow2-linux-a569425512253992cc64ebf8b6d00a62f986db3e.tar.xz kernel-qcow2-linux-a569425512253992cc64ebf8b6d00a62f986db3e.zip |
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>
Diffstat (limited to 'fs/ocfs2/export.h')
-rw-r--r-- | fs/ocfs2/export.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/export.h b/fs/ocfs2/export.h index 5b77ee7866ef..e08bed9e45a0 100644 --- a/fs/ocfs2/export.h +++ b/fs/ocfs2/export.h @@ -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 */ |