]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit8ce5f509838fc38f6b579f9ff6876247bc4e7f2f
treeebfd6c3bbada48d8db18f3fa601b18e63a894ae3
parent73d402e845c330d8f9c1012dc98d31576c7c2db5
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