]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
xfs: remove xfs_start_page_writeback
authorChristoph Hellwig <hch@lst.de>
Thu, 12 Jul 2018 05:26:03 +0000 (22:26 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Thu, 12 Jul 2018 05:26:03 +0000 (22:26 -0700)
commit1b65d3dd2d5e938b035b2ad73d0b47f35b5ef9a0
treefe3915597e718451e311e1ce7f5493a03408fe1b
parent6d465e895343225e3ad35fe10d7b3e9f2f18faec
xfs: remove xfs_start_page_writeback

This helper only has two callers, one of them with a constant error
argument.  Remove it to make pending changes to the code a little easier.

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