diff options
author | Boaz Harrosh <bharrosh@panasas.com> | 2009-03-22 06:47:26 -0400 |
---|---|---|
committer | Boaz Harrosh <bharrosh@panasas.com> | 2009-03-31 12:44:36 -0400 |
commit | 8cf74b3936f5c65975b68333727f0540ec8350f4 (patch) | |
tree | 99eda92b32dc7869d6f3a28215f5b854675db6b1 /fs/exofs/exofs.h | |
parent | ba9e5e98ca2f808fe92b103a8e6ce5271b10cc89 (diff) |
exofs: export_operations
implement export_operations and set in superblock.
It is now posible to export exofs via nfs
Signed-off-by: Boaz Harrosh <bharrosh@panasas.com>
Diffstat (limited to 'fs/exofs/exofs.h')
-rw-r--r-- | fs/exofs/exofs.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/fs/exofs/exofs.h b/fs/exofs/exofs.h index 11e11d5c97ba..0fd4c7859679 100644 --- a/fs/exofs/exofs.h +++ b/fs/exofs/exofs.h | |||
@@ -152,6 +152,7 @@ struct exofs_dir_entry *exofs_find_entry(struct inode *, struct dentry *, | |||
152 | struct page **); | 152 | struct page **); |
153 | int exofs_empty_dir(struct inode *); | 153 | int exofs_empty_dir(struct inode *); |
154 | struct exofs_dir_entry *exofs_dotdot(struct inode *, struct page **); | 154 | struct exofs_dir_entry *exofs_dotdot(struct inode *, struct page **); |
155 | ino_t exofs_parent_ino(struct dentry *child); | ||
155 | int exofs_set_link(struct inode *, struct exofs_dir_entry *, struct page *, | 156 | int exofs_set_link(struct inode *, struct exofs_dir_entry *, struct page *, |
156 | struct inode *); | 157 | struct inode *); |
157 | 158 | ||