commit | a0e8de798dd6710a69d69ec57b246a0e34c4a695 | [log] [tgz] |
---|---|---|
author | Christoph Hellwig <hch@lst.de> | Wed Feb 02 17:01:08 2022 +0100 |
committer | Jens Axboe <axboe@kernel.dk> | Fri Feb 04 07:43:18 2022 -0700 |
tree | da8bba878198dc6c1a69f8bfab43c9eecd41fad4 | |
parent | 92986f6b4c8a2c24d3a36b80140624f80fd93de4 [diff] |
block: initialize the target bio in __bio_clone_fast All callers of __bio_clone_fast initialize the bio first. Move that initialization into __bio_clone_fast instead. Signed-off-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Mike Snitzer <snitzer@redhat.com> Link: https://lore.kernel.org/r/20220202160109.108149-13-hch@lst.de Signed-off-by: Jens Axboe <axboe@kernel.dk>