public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Doc fix: ext2 can only have 32,000 subdirs, not 32,768.
@ 2009-05-18 19:13 Michael Shields
  2009-05-28  0:20 ` Andrew Morton
  0 siblings, 1 reply; 4+ messages in thread
From: Michael Shields @ 2009-05-18 19:13 UTC (permalink / raw)
  To: rdunlap, linux-ext4; +Cc: linux-kernel, trivial

ext2.txt says that dirs can have 32,768 subdirs, but the actual value
of EXT2_LINK_MAX is 32000.
ext3 is the same, but the doc does not mention it.  One of ext4's
features is to "fix 32000 subdirectory limit".

--- linux-2.6.29.3/Documentation/filesystems/ext2.txt.orig 2009-05-08
15:47:21.000000000 -0700
+++ linux-2.6.29.3/Documentation/filesystems/ext2.txt 2009-05-18
12:03:58.000000000 -0700
@@ -322,7 +322,7 @@ an upper limit on the block size imposed
 so 8kB blocks are only allowed on Alpha systems (and other architectures
 which support larger pages).

-There is an upper limit of 32768 subdirectories in a single directory.
+There is an upper limit of 32000 subdirectories in a single directory.

 There is a "soft" upper limit of about 10-15k files in a single directory
 with the current linear linked-list directory implementation.  This limit

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

end of thread, other threads:[~2009-05-31  0:14 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-05-18 19:13 [PATCH] Doc fix: ext2 can only have 32,000 subdirs, not 32,768 Michael Shields
2009-05-28  0:20 ` Andrew Morton
2009-05-30 11:37   ` Pavel Machek
2009-05-31  0:13     ` Andrew Morton

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox