]> git.ipfire.org Git - thirdparty/xfsprogs-dev.git/commit
xfs: use ->t_dfops in extent split tx and remove param
authorBrian Foster <bfoster@redhat.com>
Thu, 4 Oct 2018 19:28:01 +0000 (14:28 -0500)
committerEric Sandeen <sandeen@redhat.com>
Thu, 4 Oct 2018 19:28:01 +0000 (14:28 -0500)
commit31c3bf6fa32c5af3cdd025cf44f8464c5c133167
tree18d5c141e45d84e82ddadd58a58ec242100128a8
parent97236fae6e7db83dc7705dbb96e7e5c335002c30
xfs: use ->t_dfops in extent split tx and remove param

Source kernel commit: d76e6ce8ed6943941c0c964d8ae43fdaefdcbb5a

Attach the local dfops to ->t_dfops of the extent split transaction.
Since this is the only caller of xfs_bmap_split_extent_at(), remove
the dfops parameter as well.

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