raid5-ppl: fully initialize the bio in ppl_new_iounit
authorChristoph Hellwig <hch@lst.de>
Mon, 28 Feb 2022 11:25:00 +0000 (13:25 +0200)
committerSong Liu <song@kernel.org>
Wed, 9 Mar 2022 06:55:00 +0000 (22:55 -0800)
commit9f7c3f837a3768ce8d5a5c34070a47608a4a0209
treee64ad6c40a8bf6d9519e211ab681056694b60b83
parenta2daeab5cffa4d81a8c9bfedf8e5576cbca00190
raid5-ppl: fully initialize the bio in ppl_new_iounit

We have all the information to pass the bdev and op directly to bio_init,
so do that.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <song@kernel.org>
drivers/md/raid5-ppl.c