commit | 040dad7399d4df8003a29500f457bd8674fe67df | [log] [tgz] |
---|---|---|
author | Darrick J. Wong <djwong@kernel.org> | Thu Mar 11 13:42:54 2021 -0800 |
committer | Darrick J. Wong <djwong@kernel.org> | Thu Mar 18 15:20:19 2021 -0700 |
tree | dabb475745d3fea507a70666870239e30106ac94 | |
parent | bf4cc4201ac4a9f3c05003fcb439385668957b5b [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>