summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/ext4/overview.rst
diff options
context:
space:
mode:
authorWang Jianjian <wangjianjian3@huawei.com>2022-05-20 05:22:55 +0300
committerTheodore Ts'o <tytso@mit.edu>2022-06-16 18:03:17 +0300
commit3103084afcf2341e12b0ee2c7b2ed570164f44a2 (patch)
treee5e78403de9a5ef0dfee46c8bb7522e1dda5a425 /Documentation/filesystems/ext4/overview.rst
parent48e02e6113825db81e4aacc035933c0d0e4e68ce (diff)
downloadlinux-3103084afcf2341e12b0ee2c7b2ed570164f44a2.tar.xz
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/overview.rst')
-rw-r--r--Documentation/filesystems/ext4/overview.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4/overview.rst b/Documentation/filesystems/ext4/overview.rst
index 123ebfde47ee..0fad6eda6e15 100644
--- a/Documentation/filesystems/ext4/overview.rst
+++ b/Documentation/filesystems/ext4/overview.rst
@@ -7,7 +7,7 @@ An ext4 file system is split into a series of block groups. To reduce
performance difficulties due to fragmentation, the block allocator tries
very hard to keep each file's blocks within the same group, thereby
reducing seek times. The size of a block group is specified in
-``sb.s_blocks_per_group`` blocks, though it can also calculated as 8 \*
+``sb.s_blocks_per_group`` blocks, though it can also calculated as 8 *
``block_size_in_bytes``. With the default block size of 4KiB, each group
will contain 32,768 blocks, for a length of 128MiB. The number of block
groups is the size of the device divided by the size of a block group.