Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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>

authored by

Gou Hao and committed by
Jonathan Corbet
1f37cae5 285f79be

+1 -1
+1 -1
Documentation/filesystems/xfs/xfs-online-fsck-design.rst
··· 249 249 This means that scrub cannot take *any* shortcuts to save time, because doing 250 250 so could lead to concurrency problems. 251 251 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. 253 253 However, both of these limitations are acceptable tradeoffs to satisfy the 254 254 different motivations of online fsck, which are to **minimize system downtime** 255 255 and to **increase predictability of operation**.