summaryrefslogtreecommitdiff
path: root/Documentation/filesystems/ext4/bitmaps.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/bitmaps.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/bitmaps.rst')
-rw-r--r--Documentation/filesystems/ext4/bitmaps.rst6
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/filesystems/ext4/bitmaps.rst b/Documentation/filesystems/ext4/bitmaps.rst
index c7546dbc197a..91c45d86e9bb 100644
--- a/Documentation/filesystems/ext4/bitmaps.rst
+++ b/Documentation/filesystems/ext4/bitmaps.rst
@@ -9,15 +9,15 @@ group.
The inode bitmap records which entries in the inode table are in use.
As with most bitmaps, one bit represents the usage status of one data
-block or inode table entry. This implies a block group size of 8 \*
-number\_of\_bytes\_in\_a\_logical\_block.
+block or inode table entry. This implies a block group size of 8 *
+number_of_bytes_in_a_logical_block.
NOTE: If ``BLOCK_UNINIT`` is set for a given block group, various parts
of the kernel and e2fsprogs code pretends that the block bitmap contains
zeros (i.e. all blocks in the group are free). However, it is not
necessarily the case that no blocks are in use -- if ``meta_bg`` is set,
the bitmaps and group descriptor live inside the group. Unfortunately,
-ext2fs\_test\_block\_bitmap2() will return '0' for those locations,
+ext2fs_test_block_bitmap2() will return '0' for those locations,
which produces confusing debugfs output.
Inode Table