]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
xfs: factor out xfs_dio_write_zoned_end_io
authorCarlos Maiolino <cem@kernel.org>
Tue, 10 Mar 2026 17:36:47 +0000 (18:36 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 12 Mar 2026 07:49:36 +0000 (08:49 +0100)
commit02a5d8993b09fe9a6754e57d0e25399baffe9a06
tree558da078155c29b930a8578b4cc8ff53988635a5
parentdb8367f63b301bbdff6eb00c2e09fad4f2ae75e9
xfs: factor out xfs_dio_write_zoned_end_io

Stop sharing direct IO end_io between regular and zoned devices
by factoring out zoned dio end_io to its own function.

Signed-off-by: Carlos Maiolino <cmaiolino@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Damien Le Moal <dlemoal@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_file.c