Re: [PATCHv4 1/3] blk-mq: Return true if request was completed
From: Christoph Hellwig <hch@lst.de> Date: 2018-11-26 17:00:29
On Mon, Nov 26, 2018 at 09:54:28AM -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 good,
Reviewed-by: Christoph Hellwig <hch@lst.de>