diff options
author | 2024-05-01 20:09:06 +0900 | |
---|---|---|
committer | 2024-05-01 08:08:43 -0600 | |
commit | c9c8aea03c4ac2ea902bc7dd5ba14f5d78af8ece (patch) | |
tree | 740f7396bd5cb8cdc05d09206f55b0aea09ffc13 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | block: Simplify blk_zone_write_plug_bio_endio() (diff) | |
download | wireguard-linux-c9c8aea03c4ac2ea902bc7dd5ba14f5d78af8ece.tar.xz wireguard-linux-c9c8aea03c4ac2ea902bc7dd5ba14f5d78af8ece.zip |
block: Simplify zone write plug BIO abort
When BIOs plugged in a zone write plug are aborted,
blk_zone_wplug_bio_io_error() clears the BIO BIO_ZONE_WRITE_PLUGGING
flag so that bio_io_error(bio) does not end up calling
blk_zone_write_plug_bio_endio() and we thus need to manually drop the
reference on the zone write plug held by the aborted BIO.
Move the call to disk_put_zone_wplug() that is alwasy following the call
to blk_zone_wplug_bio_io_error() inside that function to simplify the
code.
Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Johannes Thumshirn <johannes.thumshirn@wdc.com>
Link: https://lore.kernel.org/r/20240501110907.96950-14-dlemoal@kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions