]> www.infradead.org Git - users/hch/xfsprogs.git/commit
xfs: remove xfs_btree_cur bmbt dfops field
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:36:01 +0000 (14:36 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:36:01 +0000 (14:36 -0500)
commitb0f500aeecbcb08c77c77dc369ddafa72addd928
tree2f82b39d1e0cf0ce45d9f6136e41c2dc08458ea9
parent52f6ed9dca0a35fd36a21f8b7b80b84e748da7c9
xfs: remove xfs_btree_cur bmbt dfops field

Source kernel commit: 42b394a92562b464e9ef81954ca93930c037a51b

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>
Signed-off-by: Eric Sandeen <sandeen@sandeen.net>
libxfs/xfs_bmap.c
libxfs/xfs_bmap_btree.c
libxfs/xfs_btree.h