]> www.infradead.org Git - users/hch/xfs.git/commit
block: fix bio_split_rw_at to take zone_write_granularity into account
authorChristoph Hellwig <hch@lst.de>
Thu, 31 Oct 2024 13:16:37 +0000 (14:16 +0100)
committerChristoph Hellwig <hch@lst.de>
Tue, 5 Nov 2024 08:26:38 +0000 (09:26 +0100)
commit25e5965c4c069f5369078e7c7c3fb5392b20a2bf
tree0cbef279e6ee9d0272b072c03608022039ad9d98
parentd83d6f0be53e0a5ce604977d9bc9a5f2af5ab0ee
block: fix bio_split_rw_at to take zone_write_granularity into account

Otherwise it can create unaligned writes on zoned devices.

Signed-off-by: Christoph Hellwig <hch@lst.de>
block/blk-merge.c