diff options
author | Christoph Hellwig <hch@lst.de> | 2024-10-30 08:18:51 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2024-10-31 19:54:25 +0300 |
commit | cafd00d0e90956c1c570a0a96cd86298897d247b (patch) | |
tree | 322663bb86012bf04c31bd6ed588ee787c5fbc83 /drivers/nvme | |
parent | 496a51b37143c690a06612a6bd58827ef2341761 (diff) | |
download | linux-cafd00d0e90956c1c570a0a96cd86298897d247b.tar.xz |
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 'drivers/nvme')
0 files changed, 0 insertions, 0 deletions