From 3225689af66a373413a1779d9891a89a937373ec Mon Sep 17 00:00:00 2001 From: Al Viro Date: Fri, 13 Apr 2012 12:28:21 -0400 Subject: [PATCH] --- yaml --- r: 299309 b: refs/heads/master c: 28748b325dc2d730ccc312830a91c4ae0c0d9379 h: refs/heads/master i: 299307: 49d5693229726904a5e730760b42a85f3a79a3d9 v: v3 --- [refs] | 2 +- trunk/fs/ocfs2/refcounttree.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/[refs] b/[refs] index f1d254fc951a..681db06cece8 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: e1bf4cc620fd143766ddfcee3b004a1d1bb34fd0 +refs/heads/master: 28748b325dc2d730ccc312830a91c4ae0c0d9379 diff --git a/trunk/fs/ocfs2/refcounttree.c b/trunk/fs/ocfs2/refcounttree.c index bc90ebcec169..9f32d7cbb7a3 100644 --- a/trunk/fs/ocfs2/refcounttree.c +++ b/trunk/fs/ocfs2/refcounttree.c @@ -1468,7 +1468,7 @@ static int ocfs2_divide_leaf_refcount_block(struct buffer_head *ref_leaf_bh, trace_ocfs2_divide_leaf_refcount_block( (unsigned long long)ref_leaf_bh->b_blocknr, - le32_to_cpu(rl->rl_count), le16_to_cpu(rl->rl_used)); + le16_to_cpu(rl->rl_count), le16_to_cpu(rl->rl_used)); /* * XXX: Improvement later.