]> 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)
commitb7cf4a3856c1d26c54de126e48f118127af51b5e
tree2cea4b14ad9dac5b8d43f1ccb7e970804fc183ae
parent4aced771efa9aedcf32f7ea1f7db5a0102b6c2e7
block: fixup bioset_integrity_create() call

Missed converting the bioset_integrity_create() bounce bio set
call.

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