aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/refcounttree.c
diff options
context:
space:
mode:
Diffstat (limited to 'fs/ocfs2/refcounttree.c')
-rw-r--r--fs/ocfs2/refcounttree.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/refcounttree.c b/fs/ocfs2/refcounttree.c
index c384d634872a..c4feceda2d96 100644
--- a/fs/ocfs2/refcounttree.c
+++ b/fs/ocfs2/refcounttree.c
@@ -3707,7 +3707,7 @@ int ocfs2_refcount_cow_xattr(struct inode *inode,
3707 context->cow_start = cow_start; 3707 context->cow_start = cow_start;
3708 context->cow_len = cow_len; 3708 context->cow_len = cow_len;
3709 context->ref_tree = ref_tree; 3709 context->ref_tree = ref_tree;
3710 context->ref_root_bh = ref_root_bh;; 3710 context->ref_root_bh = ref_root_bh;
3711 context->cow_object = xv; 3711 context->cow_object = xv;
3712 3712
3713 context->cow_duplicate_clusters = ocfs2_duplicate_clusters_by_jbd; 3713 context->cow_duplicate_clusters = ocfs2_duplicate_clusters_by_jbd;