]> asedeno.scripts.mit.edu Git - linux.git/commit
xfs: also call xfs_file_iomap_end_delalloc for zeroing operations
authorChristoph Hellwig <hch@lst.de>
Sat, 19 Oct 2019 16:09:42 +0000 (09:09 -0700)
committerDarrick J. Wong <darrick.wong@oracle.com>
Mon, 21 Oct 2019 16:04:58 +0000 (09:04 -0700)
commit0d45e3a2082225ad8e8b211b7f00ee9bb99ea748
tree0c141b4d7bba7dc33873a292d408101610c0e05c
parent3f8a4f1d876d3e3e49e50b0396eaffcc4ba71b08
xfs: also call xfs_file_iomap_end_delalloc for zeroing operations

There is no reason not to punch out stale delalloc blocks for zeroing
operations, as they otherwise behave exactly like normal writes.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Darrick J. Wong <darrick.wong@oracle.com>
Signed-off-by: Darrick J. Wong <darrick.wong@oracle.com>
fs/xfs/xfs_iomap.c