2022-03-10 06:36:51

by lianzhi chang

[permalink] [raw]
Subject: [PATCH] doc: Fixed a bug in ext4 document

The unit of file system size should be TiB, not PiB

Signed-off-by: lianzhi chang <[email protected]>
---
Documentation/filesystems/ext4/blocks.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

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
--
2.20.1




2022-03-13 07:23:18

by Theodore Ts'o

[permalink] [raw]
Subject: Re: [PATCH] doc: Fixed a bug in ext4 document

On Thu, 10 Mar 2022 09:44:15 +0800, lianzhi chang wrote:
> The unit of file system size should be TiB, not PiB
>
>

Applied, thanks!

[1/1] doc: Fixed a bug in ext4 document
commit: 688b0d8536e0e937f608a93cb6909e14389a0c45

Best regards,
--
Theodore Ts'o <[email protected]>