summaryrefslogtreecommitdiffstats
path: root/Documentation/admin-guide/xfs.rst
diff options
context:
space:
mode:
authorDarrick J. Wong <djwong@kernel.org>2021-03-22 09:51:55 -0700
committerDarrick J. Wong <djwong@kernel.org>2021-03-25 16:47:50 -0700
commit3fef46fc43ca12a0006d6683c8ac114628ad53a1 (patch)
tree48d81deddb31cfd03460ea6e28da769b16baf58c /Documentation/admin-guide/xfs.rst
parent383e32b0d0db464dc53052a97bf7f9ee3a1937cc (diff)
downloadlinux-3fef46fc43ca12a0006d6683c8ac114628ad53a1.tar.gz
linux-3fef46fc43ca12a0006d6683c8ac114628ad53a1.tar.bz2
linux-3fef46fc43ca12a0006d6683c8ac114628ad53a1.zip
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>
Diffstat (limited to 'Documentation/admin-guide/xfs.rst')
-rw-r--r--Documentation/admin-guide/xfs.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/xfs.rst b/Documentation/admin-guide/xfs.rst
index 5422407a96d7..8de008c0c5ad 100644
--- a/Documentation/admin-guide/xfs.rst
+++ b/Documentation/admin-guide/xfs.rst
@@ -522,7 +522,7 @@ and the short name of the data device. They all can be found in:
================ ===========
xfs_iwalk-$pid Inode scans of the entire filesystem. Currently limited to
mount time quotacheck.
- xfs-blockgc Background garbage collection of disk space that have been
+ xfs-gc Background garbage collection of disk space that have been
speculatively allocated beyond EOF or for staging copy on
write operations.
================ ===========