commit | 16c15eb16a793f2d81ae52f41f43fb6831b34212 | [log] [tgz] |
---|---|---|
author | Keith Busch <keith.busch@intel.com> | Mon Nov 26 09:54:28 2018 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Mon Nov 26 10:34:24 2018 -0700 |
tree | 186d56d7aabeff57f4069d2b052894d5ff044584 | |
parent | 4ab32bf3305eedb4d31f85cac68a67becab10494 [diff] |
blk-mq: Return true if request was completed 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. Reviewed-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Keith Busch <keith.busch@intel.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>