xfs: refactor xfs_icache_free_{eof,cow}blocks call sites
authorDarrick J. Wong <djwong@kernel.org>
Sat, 23 Jan 2021 00:48:39 +0000 (16:48 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 3 Feb 2021 17:18:49 +0000 (09:18 -0800)
commit85c5b27075ba0389855d9f46ff1b1d5c34a44c94
tree66a6a5a72fcf8b1041ce81f12fa67e256c6bba63
parent38899f8099945559662e6a6e355b9059088e3b34
xfs: refactor xfs_icache_free_{eof,cow}blocks call sites

In anticipation of more restructuring of the eof/cowblocks gc code,
refactor calling of those two functions into a single internal helper
function, then present a new standard interface to purge speculative
block preallocations and start shifting higher level code to use that.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Reviewed-by: Brian Foster <bfoster@redhat.com>
fs/xfs/xfs_file.c
fs/xfs/xfs_icache.c
fs/xfs/xfs_icache.h
fs/xfs/xfs_trace.h