Christoph Hellwig 22c10589a1 xfs: remove xlog_recover_iodone
The log recovery I/O completion handler does not substancially differ from
the normal one except for the fact that it:

 a) never retries failed writes
 b) can have log items that aren't on the AIL
 c) never has inode/dquot log items attached and thus don't need to
    handle them

Add conditionals for (a) and (b) to the ioend code, while (c) doesn't
need special handling anyway.

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>
2020-09-15 20:52:39 -07:00
..
2019-11-07 13:00:53 -08:00
2019-11-07 13:00:53 -08:00
2020-09-06 18:05:51 -07:00
2020-07-07 07:15:09 -07:00
2020-07-07 07:15:09 -07:00
2020-09-06 18:05:51 -07:00
2019-06-28 19:30:43 -07:00