commit | ae7153f1a7b05acd574d612ed9bdc0fe0a7e0451 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Tue Jan 26 15:52:40 2021 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Wed Jan 27 09:51:48 2021 -0700 |
tree | f4075fd35d0bd9b62062df93485d6691e0430455 | |
parent | 19304f959ffd413359160969ad65b9829658840b [diff] |
drbd: remove drbd_req_make_private_bio Open code drbd_req_make_private_bio in the two callers to prepare for further changes. Also don't bother to initialize bi_next as the bio code already does that that. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com> Reviewed-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Acked-by: Damien Le Moal <damien.lemoal@wdc.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>