diff options
| author | 2021-09-23 09:36:27 -0700 | |
|---|---|---|
| committer | 2021-10-19 11:45:13 -0700 | |
| commit | cc411740472d958b718b9c6a7791ba00d88f7cef (patch) | |
| tree | 4069a13475804ac89161752845babafe6d43e0c0 /fs/xfs/libxfs/xfs_alloc_btree.c | |
| parent | xfs: fix incorrect decoding in xchk_btree_cur_fsbno (diff) | |
| download | linux-dev-cc411740472d958b718b9c6a7791ba00d88f7cef.tar.xz linux-dev-cc411740472d958b718b9c6a7791ba00d88f7cef.zip | |
xfs: remove xfs_btree_cur.bc_blocklog
This field isn't used by anyone, so get rid of it.
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Dave Chinner <dchinner@redhat.com>
Diffstat (limited to 'fs/xfs/libxfs/xfs_alloc_btree.c')
| -rw-r--r-- | fs/xfs/libxfs/xfs_alloc_btree.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/fs/xfs/libxfs/xfs_alloc_btree.c b/fs/xfs/libxfs/xfs_alloc_btree.c index 6746fd735550..152ed2a202f4 100644 --- a/fs/xfs/libxfs/xfs_alloc_btree.c +++ b/fs/xfs/libxfs/xfs_alloc_btree.c @@ -482,7 +482,6 @@ xfs_allocbt_init_common( cur->bc_tp = tp; cur->bc_mp = mp; cur->bc_btnum = btnum; - cur->bc_blocklog = mp->m_sb.sb_blocklog; cur->bc_ag.abt.active = false; if (btnum == XFS_BTNUM_CNT) { |
