]> asedeno.scripts.mit.edu Git - linux.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)
commit04c4950d5b373ba712d928592e05e73510785bca
tree2cea4b14ad9dac5b8d43f1ccb7e970804fc183ae
parentdad08527525f9a8ac9c7f278864c65f94bc5e9b3
block: fixup bioset_integrity_create() call

Missed converting the bioset_integrity_create() bounce bio set
call.

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