diff options
Diffstat (limited to 'fs/ocfs2/alloc.h')
-rw-r--r-- | fs/ocfs2/alloc.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ocfs2/alloc.h b/fs/ocfs2/alloc.h index b0880fdb3108..bff2a162b030 100644 --- a/fs/ocfs2/alloc.h +++ b/fs/ocfs2/alloc.h | |||
@@ -80,4 +80,7 @@ int ocfs2_commit_truncate(struct ocfs2_super *osb, | |||
80 | struct buffer_head *fe_bh, | 80 | struct buffer_head *fe_bh, |
81 | struct ocfs2_truncate_context *tc); | 81 | struct ocfs2_truncate_context *tc); |
82 | 82 | ||
83 | int ocfs2_find_leaf(struct inode *inode, struct ocfs2_extent_list *root_el, | ||
84 | u32 cpos, struct buffer_head **leaf_bh); | ||
85 | |||
83 | #endif /* OCFS2_ALLOC_H */ | 86 | #endif /* OCFS2_ALLOC_H */ |