commit | 39795d6534c6e698c4f9c065e0a5f4a2e5af7543 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Nov 14 17:02:06 2018 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Nov 15 12:13:18 2018 -0700 |
tree | 2abe3b44e067bd726bba39786a4072709b96364c | |
parent | 079076b3416e78ba2bb3ce38e05e320c388c3120 [diff] |
block: don't hold the queue_lock over blk_abort_request There is nothing it could synchronize against, so don't go through the pains of acquiring the lock. Reviewed-by: Hannes Reinecke <hare@suse.com> Signed-off-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Jens Axboe <axboe@kernel.dk>