]> git.baikalelectronics.ru Git - 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)
commit26aae697b78c95132da0119b8e1cb6a735da22d7
treefe3915597e718451e311e1ce7f5493a03408fe1b
parentdbcc2515addc308331bd604704bf1693ca4b2c45
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