xfs: relocate the eofb/cowb workqueue functions
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)
commitf9296569837c3fd66ae32717b0f8f5a26758b4b7
tree9e31299fceda929f816a02a8ab071cb69f89b37b
parent05a302a17062ca73dc91b508cf2a0b25724db15d
xfs: relocate the eofb/cowb workqueue functions

Move the xfs_{eof,cow}blocks_worker and xfs_queue_{eof,cow}blocks
functions further down in the file so that the cleanups in the next
patches won't have to pre-declare static functions.  No functional
changes.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
fs/xfs/xfs_icache.c