diff options
author | Fabian Frederick <fabf@skynet.be> | 2016-12-03 16:44:45 -0500 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2016-12-03 16:44:45 -0500 |
commit | 9e645ab72e6f73873a00d042d0ecc9c148d5a6b6 (patch) | |
tree | 0e54fa63fcbf525cb760284dbe43c69086d8e36e | |
parent | ab04df78181b271dca096a8050877469889e3c8c (diff) |
Documentation: fix description of ext4's block_validity mount option
Fix ext4 documentation according to commit 45f1a9c3f63d
("ext4: enable block_validity by default")
Also fix some typos.
[ Further documentation cleanups by tytso ]
Signed-off-by: Fabian Frederick <fabf@skynet.be>
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
-rw-r--r-- | Documentation/filesystems/ext4.txt | 13 |
1 files changed, 6 insertions, 7 deletions
diff --git a/Documentation/filesystems/ext4.txt b/Documentation/filesystems/ext4.txt index 6c0108eb0137..3698ed3146e3 100644 --- a/Documentation/filesystems/ext4.txt +++ b/Documentation/filesystems/ext4.txt | |||
@@ -351,14 +351,13 @@ nouid32 Disables 32-bit UIDs and GIDs. This is for | |||
351 | interoperability with older kernels which only | 351 | interoperability with older kernels which only |
352 | store and expect 16-bit values. | 352 | store and expect 16-bit values. |
353 | 353 | ||
354 | block_validity This options allows to enables/disables the in-kernel | 354 | block_validity(*) These options enable or disable the in-kernel |
355 | noblock_validity facility for tracking filesystem metadata blocks | 355 | noblock_validity facility for tracking filesystem metadata blocks |
356 | within internal data structures. This allows multi- | 356 | within internal data structures. This allows multi- |
357 | block allocator and other routines to quickly locate | 357 | block allocator and other routines to notice |
358 | extents which might overlap with filesystem metadata | 358 | bugs or corrupted allocation bitmaps which cause |
359 | blocks. This option is intended for debugging | 359 | blocks to be allocated which overlap with |
360 | purposes and since it negatively affects the | 360 | filesystem metadata blocks. |
361 | performance, it is off by default. | ||
362 | 361 | ||
363 | dioread_lock Controls whether or not ext4 should use the DIO read | 362 | dioread_lock Controls whether or not ext4 should use the DIO read |
364 | dioread_nolock locking. If the dioread_nolock option is specified | 363 | dioread_nolock locking. If the dioread_nolock option is specified |