]> git.baikalelectronics.ru Git - kernel.git/commit
xfs: remove xfs_buf_ioerror_retry
authorChristoph Hellwig <hch@lst.de>
Tue, 1 Sep 2020 17:55:45 +0000 (10:55 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Wed, 16 Sep 2020 03:52:38 +0000 (20:52 -0700)
commit69ba8a55bd5eb1fef1a1bb2f8378c05ac1c0e3ca
tree2215010757245d80f1d6bf86d60b61d39d1858c6
parent7eb73dd3ce2716c8b20a369df7c27e226dd556d8
xfs: remove xfs_buf_ioerror_retry

Merge xfs_buf_ioerror_retry into its only caller to make the resubmission
flow a little easier to follow.

Signed-off-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/xfs_buf.c