commit | 373b5416b4b03ebda5d8f0605b81eff0dc76ebcf | [log] [tgz] |
---|---|---|
author | Jens Axboe <axboe@kernel.dk> | Thu Dec 02 12:42:58 2021 -0700 |
committer | Jens Axboe <axboe@kernel.dk> | Thu Dec 02 12:42:58 2021 -0700 |
tree | 0f767ff78eda18e644dfe698c24cdfa580c55818 | |
parent | 18d78171c061889a9a43152f60d6a27a10fc7656 [diff] |
block: get rid of useless goto and label in blk_mq_get_new_requests() Expected case is returning a request, just check for success and return the request rather than having an error label. Signed-off-by: Jens Axboe <axboe@kernel.dk>