diff options
author | 2020-11-07 09:30:05 +0100 | |
---|---|---|
committer | 2020-12-01 14:53:39 -0700 | |
commit | 47d951023a242bb159534573a4a76fef9a31dc9b (patch) | |
tree | b6999df52c97716f2cd8ea607200a5d4b3577dd6 /tools/perf/scripts/python | |
parent | loop: do not call set_blocksize (diff) | |
download | wireguard-linux-47d951023a242bb159534573a4a76fef9a31dc9b.tar.xz wireguard-linux-47d951023a242bb159534573a4a76fef9a31dc9b.zip |
dm: simplify flush_bio initialization in __send_empty_flush
We don't really need the struct block_device to initialize a bio. So
switch from using bio_set_dev to manually setting up bi_disk (bi_partno
will always be zero and has been cleared by bio_init already).
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Acked-by: Mike Snitzer <snitzer@redhat.com>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to '')
0 files changed, 0 insertions, 0 deletions