]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commitb6dc67211f70c731b68d2528bc784fafb17934bc
tree9e31299fceda929f816a02a8ab071cb69f89b37b
parentf12ae59db8228158cc09597161687ee3887fd83a
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