]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: remove xfs_btree_cur bmbt dfops field
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:16 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:16 +0000 (22:26 -0700)
commit42b394a92562b464e9ef81954ca93930c037a51b
treee846362777b45dc5e784a4875a5e2c2a0a08db80
parent81ba8f3e947c3c53beb535c7f29fe402429cae37
xfs: remove xfs_btree_cur bmbt dfops field

All assignments of xfs_btree_cur.bc_private.b.dfops originate from
->t_dfops. Replace accesses of the former with the latter and remove
the unnecessary field. This patch does not change behavior.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/libxfs/xfs_bmap.c
fs/xfs/libxfs/xfs_bmap_btree.c
fs/xfs/libxfs/xfs_btree.h