diff options
author | Wang Jianjian <wangjianjian3@huawei.com> | 2022-05-20 10:22:55 +0800 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-06-16 11:03:17 -0400 |
commit | 3103084afcf2341e12b0ee2c7b2ed570164f44a2 (patch) | |
tree | e5e78403de9a5ef0dfee46c8bb7522e1dda5a425 /Documentation/filesystems/ext4/bigalloc.rst | |
parent | 48e02e6113825db81e4aacc035933c0d0e4e68ce (diff) |
ext4, doc: remove unnecessary escaping
Signed-off-by: Wang Jianjian <wangjianjian3@huawei.com>
Link: https://lore.kernel.org/r/20220520022255.2120576-2-wangjianjian3@huawei.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems/ext4/bigalloc.rst')
-rw-r--r-- | Documentation/filesystems/ext4/bigalloc.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4/bigalloc.rst b/Documentation/filesystems/ext4/bigalloc.rst index 72075aa608e4..976a180b209c 100644 --- a/Documentation/filesystems/ext4/bigalloc.rst +++ b/Documentation/filesystems/ext4/bigalloc.rst @@ -23,7 +23,7 @@ means that a block group addresses 32 gigabytes instead of 128 megabytes, also shrinking the amount of file system overhead for metadata. The administrator can set a block cluster size at mkfs time (which is -stored in the s\_log\_cluster\_size field in the superblock); from then +stored in the s_log_cluster_size field in the superblock); from then on, the block bitmaps track clusters, not individual blocks. This means that block groups can be several gigabytes in size (instead of just 128MiB); however, the minimum allocation unit becomes a cluster, not a |