xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts
authorDarrick J. Wong <djwong@kernel.org>
Sat, 23 Jan 2021 00:48:36 +0000 (16:48 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Wed, 3 Feb 2021 17:18:49 +0000 (09:18 -0800)
commit3d4feec00673d34fbbfe0277d2e0ed1f51d20cb2
treeebfd6c3bbada48d8db18f3fa601b18e63a894ae3
parent9a537de3b009d95cfb048b7cbfe9bdb0f655596e
xfs: move and rename xfs_inode_free_quota_blocks to avoid conflicts

Move this function further down in the file so that later cleanups won't
have to declare static functions.  Change the name because we're about
to rework all the code that performs garbage collection of speculatively
allocated file blocks.  No functional changes.

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