diff options
author | Christoph Hellwig <hch@lst.de> | 2024-10-30 06:18:51 +0100 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-10-31 10:54:25 -0600 |
commit | cafd00d0e90956c1c570a0a96cd86298897d247b (patch) | |
tree | 322663bb86012bf04c31bd6ed588ee787c5fbc83 /tools/perf/scripts/python/gecko.py | |
parent | 496a51b37143c690a06612a6bd58827ef2341761 (diff) |
block: remove zone append special casing from the direct I/O path
This code is unused, and all future zoned file systems should follow
the btrfs lead of splitting the bios themselves to the zoned limits
in the I/O submission handler, because if they didn't they would be
hit by commit ed9832bc08db ("block: introduce folio awareness and add
a bigger size from folio") breaking this code when the zone append
limit (that is usually the max_hw_sectors limit) is smaller than the
largest possible folio size.
Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Chaitanya Kulkarni <kch@nvidia.com>
Link: https://lore.kernel.org/r/20241030051859.280923-2-hch@lst.de
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'tools/perf/scripts/python/gecko.py')
0 files changed, 0 insertions, 0 deletions