]> www.infradead.org Git - users/dwmw2/linux.git/commit
xfs: support the COW fork in xfs_bmap_punch_delalloc_range
authorChristoph Hellwig <hch@lst.de>
Tue, 8 Oct 2024 08:59:18 +0000 (10:59 +0200)
committerCarlos Maiolino <cem@kernel.org>
Tue, 15 Oct 2024 09:37:42 +0000 (11:37 +0200)
commit8fe3b21efa075f29d64a34000e84f89cfaa6cd80
tree630bb434e641b3b5946c90ba06ca726770c4ac1b
parentabd7d651ad2cd2ab1b8cd4dd31e80a8255196db3
xfs: support the COW fork in xfs_bmap_punch_delalloc_range

xfs_buffered_write_iomap_begin can also create delallocate reservations
that need cleaning up, prepare for that by adding support for the COW
fork in xfs_bmap_punch_delalloc_range.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Carlos Maiolino <cem@kernel.org>
fs/xfs/xfs_aops.c
fs/xfs/xfs_bmap_util.c
fs/xfs/xfs_bmap_util.h
fs/xfs/xfs_iomap.c