]> git.ipfire.org Git - thirdparty/linux.git/commit
xfs: factor out isize updates from xfs_dio_write_end_io
authorCarlos Maiolino <cem@kernel.org>
Tue, 10 Mar 2026 17:36:46 +0000 (18:36 +0100)
committerCarlos Maiolino <cem@kernel.org>
Thu, 12 Mar 2026 07:49:36 +0000 (08:49 +0100)
commitdb8367f63b301bbdff6eb00c2e09fad4f2ae75e9
tree560b3874035a332e7b7cffb27bb653f21ed4958b
parentc6ce65cb17aa9321687d1b8a842487f839e1a548
xfs: factor out isize updates from xfs_dio_write_end_io

This is the only code needed for zoned inodes, so factor it out so
we can move zoned inodes ioend to its own callback.

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