xfs: convert btree cursor ag-private member name
bc_private.a -> bc_ag conversion via script: `sed -i 's/bc_private\.a/bc_ag/g' fs/xfs/*[ch] fs/xfs/*/*[ch]` And then revert the change to the bc_ag #define in fs/xfs/libxfs/xfs_btree.h manually. Signed-off-by: Dave Chinner <dchinner@redhat.com> Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com> Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com> Reviewed-by: Brian Foster <bfoster@redhat.com>
This commit is contained in:

committed by
Darrick J. Wong

parent
7cace18ab5
commit
576af73228
@@ -105,7 +105,7 @@ xfs_inobt_get_rec(
|
||||
int *stat)
|
||||
{
|
||||
struct xfs_mount *mp = cur->bc_mp;
|
||||
xfs_agnumber_t agno = cur->bc_private.a.agno;
|
||||
xfs_agnumber_t agno = cur->bc_ag.agno;
|
||||
union xfs_btree_rec *rec;
|
||||
int error;
|
||||
uint64_t realfree;
|
||||
|
Reference in New Issue
Block a user