aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/refcounttree.h
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/refcounttree.h')
-rw-r--r--fs/ocfs2/refcounttree.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/fs/ocfs2/refcounttree.h b/fs/ocfs2/refcounttree.h
index b8c9ed7dc383..9960878134df 100644
--- a/fs/ocfs2/refcounttree.h
+++ b/fs/ocfs2/refcounttree.h
@@ -51,4 +51,6 @@ int ocfs2_prepare_refcount_change_for_del(struct inode *inode,
51 u32 clusters, 51 u32 clusters,
52 int *credits, 52 int *credits,
53 struct ocfs2_alloc_context **meta_ac); 53 struct ocfs2_alloc_context **meta_ac);
54int ocfs2_refcount_cow(struct inode *inode, struct buffer_head *di_bh,
55 u32 cpos, u32 write_len);
54#endif /* OCFS2_REFCOUNTTREE_H */ 56#endif /* OCFS2_REFCOUNTTREE_H */