Skip to content

Commit 1f37cae

Browse files
gouhao2025Jonathan Corbet
authored andcommitted
xfs-doc: Fix typo error
Online fsck may take longer than offline fsck... Signed-off-by: Gou Hao <gouhao@uniontech.com> Reviewed-by: Christoph Hellwig <hch@lst.de> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20251105013506.358-1-gouhao@uniontech.com>
1 parent 285f79b commit 1f37cae

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Documentation/filesystems/xfs/xfs-online-fsck-design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ sharing and lock acquisition rules as the regular filesystem.
249249
This means that scrub cannot take *any* shortcuts to save time, because doing
250250
so could lead to concurrency problems.
251251
In other words, online fsck is not a complete replacement for offline fsck, and
252-
a complete run of online fsck may take longer than online fsck.
252+
a complete run of online fsck may take longer than offline fsck.
253253
However, both of these limitations are acceptable tradeoffs to satisfy the
254254
different motivations of online fsck, which are to **minimize system downtime**
255255
and to **increase predictability of operation**.

0 commit comments

Comments
 (0)