Searched hist:"488 ca3d8d088ec4658c87aaec6a91e98acccdd54" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/fs/xfs/ |
H A D | xfs_bio_io.c | diff 488ca3d8d088ec4658c87aaec6a91e98acccdd54 Tue Jul 09 10:58:28 CDT 2019 Christoph Hellwig <hch@lst.de> xfs: chain bios the right way around in xfs_rw_bdev
We need to chain the earlier bios to the later ones, so that submit_bio_wait waits on the bio that all the completions are dispatched to.
Fixes: 6ad5b3255b9e ("xfs: use bios directly to read and write the log recovery buffers") Reported-by: Dave Chinner <david@fromorbit.com> Tested-by: Dave Chinner <david@fromorbit.com> 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>
|