Re: [PATCHv2 3/5] block: return errors from blk_execute_rq()
From: Christoph Hellwig <hch@lst.de>
Date: 2021-04-26 14:36:23
Also in:
linux-nvme
From: Christoph Hellwig <hch@lst.de>
Date: 2021-04-26 14:36:23
Also in:
linux-nvme
On Fri, Apr 23, 2021 at 03:05:56PM -0700, Keith Busch wrote:
The synchronous blk_execute_rq() had not provided a way for its callers to know if its request was successful or not. Return the errno from the dispatch status.
Same comments on the accidentally sent other version of the patch.