OSDN Git Service

block: add a bio_queue_enter helper
authorChristoph Hellwig <hch@lst.de>
Tue, 28 Apr 2020 11:27:56 +0000 (13:27 +0200)
committerJens Axboe <axboe@kernel.dk>
Wed, 29 Apr 2020 15:33:26 +0000 (09:33 -0600)
commitaccea322f5439df22b19465bbe67b836f36165e8
tree1f947dd0e52fb57f9af81b3c6559119147ce934a
parent0376e9efe18388bd486a65edbc16d34b84bddc8f
block: add a bio_queue_enter helper

Add a little helper that passes the right nowait flag to blk_queue_enter
based on the bio flag, and terminates the bio with the right error code
if entering the queue fails.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-core.c