aboutsummaryrefslogtreecommitdiffstats
path: root/fs/ocfs2/refcounttree.c
diff options
context:
space:
mode:
authorJustin P. Mattock <justinmattock@gmail.com>2011-04-08 22:49:08 -0400
committerJiri Kosina <jkosina@suse.cz>2011-04-10 11:01:05 -0400
commit6eab04a87677a37cf15b52e2b4b4fd57917102ad (patch)
treedc92e25473e7e5c9183312d7feeeaeabb2157baf /fs/ocfs2/refcounttree.c
parent9f0af69b2dd34d2c21817d599db7bdb3c972a759 (diff)
treewide: remove extra semicolons
Signed-off-by: Justin P. Mattock <justinmattock@gmail.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
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;