]> git.baikalelectronics.ru Git - kernel.git/commit
block: fixup bioset_integrity_create() call
authorJens Axboe <axboe@kernel.dk>
Thu, 31 May 2018 00:51:21 +0000 (18:51 -0600)
committerJens Axboe <axboe@kernel.dk>
Thu, 31 May 2018 00:51:21 +0000 (18:51 -0600)
commita0e463905a3edcb2371f5a8216620bd043b1f761
tree2cea4b14ad9dac5b8d43f1ccb7e970804fc183ae
parent5d5094d962e9cff95c58a4cd92ec55f0e925f5d1
block: fixup bioset_integrity_create() call

Missed converting the bioset_integrity_create() bounce bio set
call.

Fixes: 1d70db6aa769 ("block: convert bounce, q->bio_split to bioset_init()/mempool_init()")
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/bounce.c