]> www.infradead.org Git - users/jedix/linux-maple.git/commit
xfs: move xfs_submit_zoned_bio a bit
authorChristoph Hellwig <hch@lst.de>
Thu, 5 Jun 2025 06:16:30 +0000 (08:16 +0200)
committerCarlos Maiolino <cem@kernel.org>
Mon, 16 Jun 2025 08:05:08 +0000 (10:05 +0200)
commit0989dfa61f438150c4f1110604ba0787856fe8b0
tree175fcec851fa18ac759842f7aa47845853551057
parentdf3b7e2b56d271f93e2d1f395c13235a1a277639
xfs: move xfs_submit_zoned_bio a bit

Commit f3e2e53823b9 ("xfs: add inode to zone caching for data placement")
add the new code right between xfs_submit_zoned_bio and
xfs_zone_alloc_and_submit which implement the main zoned write path.
Move xfs_submit_zoned_bio down to keep it together again.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Hans Holmberg <hans.holmberg@wdc.com>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_zone_alloc.c