diff options
author | 2021-06-07 10:46:51 +0200 | |
---|---|---|
committer | 2021-06-16 05:36:15 +0200 | |
commit | 2411424143bdfad3027e82fe6a66c5aadce271ee (patch) | |
tree | 81d2ae6dfa24c98e2aca15562c5276aa758b6ce0 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | nvme: verify MNAN value if ANA is enabled (diff) | |
download | linux-dev-2411424143bdfad3027e82fe6a66c5aadce271ee.tar.xz linux-dev-2411424143bdfad3027e82fe6a66c5aadce271ee.zip |
nvme: remove superfluous bio_set_dev in nvme_requeue_work
Commit ce86dad222e9 ("nvme-multipath: reset bdev to ns head when
failover") moved the reset code where the bio is added to the
requeue_list for the failover path. But it left the original
bio_set_dev in nvme_requeue_work.
There is a second path to nvme_requee_work. It is via
nvme_ns_head_submit_bio. Though we don't have to set bio->bi_bdev for
this path either, as it points to the correct bdev already.
Let's remove the bio_set_dev. It's updating the bio->bi_bdev with the
same pointer and thus it's unnecessary.
Signed-off-by: Daniel Wagner <dwagner@suse.de>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions