commit | 3fef46fc43ca12a0006d6683c8ac114628ad53a1 | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Mon Mar 22 09:51:55 2021 -0700 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 25 16:47:50 2021 -0700 |
tree | 48d81deddb31cfd03460ea6e28da769b16baf58c | |
parent | 383e32b0d0db464dc53052a97bf7f9ee3a1937cc [diff] |
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>