xfs: rename the blockgc workqueue
authorDarrick J. Wong <djwong@kernel.org>
Mon, 22 Mar 2021 16:51:55 +0000 (09:51 -0700)
committerDarrick J. Wong <djwong@kernel.org>
Thu, 25 Mar 2021 23:47:50 +0000 (16:47 -0700)
commit3fef46fc43ca12a0006d6683c8ac114628ad53a1
tree48d81deddb31cfd03460ea6e28da769b16baf58c
parent383e32b0d0db464dc53052a97bf7f9ee3a1937cc
xfs: rename the blockgc workqueue

Since we're about to start using the blockgc workqueue to dispose of
inactivated inodes, strip the "block" prefix from the name; now it's
merely the general garbage collection (gc) workqueue.

Signed-off-by: Darrick J. Wong <djwong@kernel.org>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Documentation/admin-guide/xfs.rst
fs/xfs/xfs_icache.c
fs/xfs/xfs_mount.h
fs/xfs/xfs_super.c