]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: use ->t_dfops for collapse/insert range operations
authorBrian Foster <bfoster@redhat.com>
Thu, 12 Jul 2018 05:26:15 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:15 +0000 (22:26 -0700)
commitf4a9cf97faf4adb27e4e105beda420bb5253c502
tree66af2d83dd7fcaea01e11509ab84b26a69b472d5
parent3e3673e3029c1dedf75a1688a5203d9550adf490
xfs: use ->t_dfops for collapse/insert range operations

Use ->t_dfops for the collapse and insert range transactions. These
are the only callers of the respective bmap helpers, so replace the
unnecessary dfops parameters with direct accesses to ->t_dfops.

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.h
fs/xfs/xfs_bmap_util.c