All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] doc: Fixed a bug in ext4 document
@ 2022-03-10  1:44 lianzhi chang
  2022-03-13  4:45 ` Theodore Ts'o
  0 siblings, 1 reply; 2+ messages in thread
From: lianzhi chang @ 2022-03-10  1:44 UTC (permalink / raw)
  To: linux-doc; +Cc: linux-ext4, corbet, adilger.kernel, tytso, lianzhi chang

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

Signed-off-by: lianzhi chang <changlianzhi@uniontech.com>
---
 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




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] doc: Fixed a bug in ext4 document
  2022-03-10  1:44 [PATCH] doc: Fixed a bug in ext4 document lianzhi chang
@ 2022-03-13  4:45 ` Theodore Ts'o
  0 siblings, 0 replies; 2+ messages in thread
From: Theodore Ts'o @ 2022-03-13  4:45 UTC (permalink / raw)
  To: linux-doc, lianzhi chang
  Cc: Theodore Ts'o, adilger.kernel, linux-ext4, corbet

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 <tytso@mit.edu>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-03-13  4:46 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-03-10  1:44 [PATCH] doc: Fixed a bug in ext4 document lianzhi chang
2022-03-13  4:45 ` Theodore Ts'o

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.