diff options
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 | ||