Re: [PATCHv3 1/3] blk-mq: Return true if request was completed
From: Christoph Hellwig <hch@infradead.org> Date: 2018-11-19 08:31:30
On Thu, Nov 15, 2018 at 10:58:18AM -0700, Keith Busch wrote:
A driver may have internal state to cleanup if we're pretending a request
didn't complete. Return 'false' if the command wasn't actually completed
due to the timeout error injection, and true otherwise.
Signed-off-by: Keith Busch <redacted>
Looks fine,
Reviewed-by: Christoph Hellwig <hch@lst.de>