diff options
Diffstat (limited to 'fs/ocfs2/refcounttree.h')
-rw-r--r-- | fs/ocfs2/refcounttree.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fs/ocfs2/refcounttree.h b/fs/ocfs2/refcounttree.h index 7d6900c904d4..1e3446a655dd 100644 --- a/fs/ocfs2/refcounttree.h +++ b/fs/ocfs2/refcounttree.h | |||
@@ -90,4 +90,7 @@ int ocfs2_add_refcount_flag(struct inode *inode, | |||
90 | u32 cpos, u32 p_cluster, u32 num_clusters, | 90 | u32 cpos, u32 p_cluster, u32 num_clusters, |
91 | struct ocfs2_cached_dealloc_ctxt *dealloc, | 91 | struct ocfs2_cached_dealloc_ctxt *dealloc, |
92 | struct ocfs2_post_refcount *post); | 92 | struct ocfs2_post_refcount *post); |
93 | int ocfs2_remove_refcount_tree(struct inode *inode, struct buffer_head *di_bh); | ||
94 | int ocfs2_try_remove_refcount_tree(struct inode *inode, | ||
95 | struct buffer_head *di_bh); | ||
93 | #endif /* OCFS2_REFCOUNTTREE_H */ | 96 | #endif /* OCFS2_REFCOUNTTREE_H */ |