diff options
author | lianzhi chang <changlianzhi@uniontech.com> | 2022-03-10 04:44:15 +0300 |
---|---|---|
committer | Theodore Ts'o <tytso@mit.edu> | 2022-03-13 05:01:22 +0300 |
commit | 688b0d8536e0e937f608a93cb6909e14389a0c45 (patch) | |
tree | 4963db69c93f220aa92e2e31f341920de0436412 /Documentation/filesystems/ext4 | |
parent | 077d0c2c78df6f7260cdd015a991327efa44d8ad (diff) | |
download | linux-688b0d8536e0e937f608a93cb6909e14389a0c45.tar.xz |
doc: fixed a typo in ext4 documentation
The unit of file system size should be TiB, not PiB
Signed-off-by: lianzhi chang <changlianzhi@uniontech.com>
Link: https://lore.kernel.org/r/20220310014415.29937-1-changlianzhi@uniontech.com
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
Diffstat (limited to 'Documentation/filesystems/ext4')
-rw-r--r-- | Documentation/filesystems/ext4/blocks.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/ext4/blocks.rst b/Documentation/filesystems/ext4/blocks.rst index bd722ecd92d6..b0f80ea87c90 100644 --- a/Documentation/filesystems/ext4/blocks.rst +++ b/Documentation/filesystems/ext4/blocks.rst @@ -39,7 +39,7 @@ For 32-bit filesystems, limits are as follows: - 4TiB - 8TiB - 16TiB - - 256PiB + - 256TiB * - Blocks Per Block Group - 8,192 - 16,384 |