commit | 61c43d1863a333131c17b6d6d6c05d472d4993e7 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Fri Jan 22 16:48:39 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Mon Feb 01 17:48:44 2021 -0800 |
tree | 0582c98b275ff0c36acd1764386b3ec849e85c51 | |
parent | 722742fc6179bcfa513b28a5a8cc21fca8a83236 [diff] |
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>