From: Michael Shields Date: Wed, 17 Jun 2009 23:26:22 +0000 (-0700) Subject: Doc fix: ext2 can only have 32,000 subdirs, not 32,768 X-Git-Tag: v2.6.31-rc1~250 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ce05b2a9db1d86635a906f14427deff97eeb6183;p=pandora-kernel.git Doc fix: ext2 can only have 32,000 subdirs, not 32,768 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". Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed