diff options
author | Christoph Hellwig <hch@infradead.org> | 2007-07-17 07:04:28 -0400 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | 2007-07-17 13:23:06 -0400 |
commit | a569425512253992cc64ebf8b6d00a62f986db3e (patch) | |
tree | 7ea72c75c54697bddbad807af89cc549d7426a69 /fs/isofs | |
parent | 6dd4ac3b30b81b5bd0d628af1c89b7da689a38ea (diff) |
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/isofs')
-rw-r--r-- | fs/isofs/isofs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/isofs/isofs.h b/fs/isofs/isofs.h index efe2872cd4e3..a07e67b1ea7f 100644 --- a/fs/isofs/isofs.h +++ b/fs/isofs/isofs.h | |||
@@ -1,5 +1,6 @@ | |||
1 | #include <linux/fs.h> | 1 | #include <linux/fs.h> |
2 | #include <linux/buffer_head.h> | 2 | #include <linux/buffer_head.h> |
3 | #include <linux/exportfs.h> | ||
3 | #include <linux/iso_fs.h> | 4 | #include <linux/iso_fs.h> |
4 | #include <asm/unaligned.h> | 5 | #include <asm/unaligned.h> |
5 | 6 | ||