xfs: drop unused ioend private merge and setfilesize code
authorBrian Foster <bfoster@redhat.com>
Fri, 9 Apr 2021 17:27:55 +0000 (10:27 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Fri, 9 Apr 2021 17:32:13 +0000 (10:32 -0700)
commit044c6449f18f174ba8d86640936add3fc7582e49
tree363bd1ed1f90a6922568e113958a02c8ccac880b
parent7adb8f14e134d5f885d47c4ccd620836235f0b7f
xfs: drop unused ioend private merge and setfilesize code

XFS no longer attaches anthing to ioend->io_private. Remove the
unnecessary ->io_private merging code. This removes the only remaining
user of xfs_setfilesize_ioend() so remove that function as well.

Signed-off-by: Brian Foster <bfoster@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_aops.c