diff options
Diffstat (limited to 'fs/xfs/libxfs/xfs_refcount_btree.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_refcount_btree.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/fs/xfs/libxfs/xfs_refcount_btree.c b/fs/xfs/libxfs/xfs_refcount_btree.c index 453bb2757ec2..6fb2215f8ff7 100644 --- a/fs/xfs/libxfs/xfs_refcount_btree.c +++ b/fs/xfs/libxfs/xfs_refcount_btree.c @@ -354,6 +354,7 @@ xfs_refcountbt_init_cursor(  	cur->bc_btnum = XFS_BTNUM_REFC;  	cur->bc_blocklog = mp->m_sb.sb_blocklog;  	cur->bc_ops = &xfs_refcountbt_ops; +	cur->bc_statoff = XFS_STATS_CALC_INDEX(xs_refcbt_2);  	cur->bc_nlevels = be32_to_cpu(agf->agf_refcount_level); |