From: Jan Kara Date: Thu, 15 Nov 2007 01:00:19 +0000 (-0800) Subject: Fix 64KB blocksize in ext3 directories X-Git-Tag: v2.6.24-rc3~60 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7c06a8dc64a2d1884bd19b4c6353d9267ae4e3e1;p=pandora-kernel.git Fix 64KB blocksize in ext3 directories With 64KB blocksize, a directory entry can have size 64KB which does not fit into 16 bits we have for entry lenght. So we store 0xffff instead and convert value when read from / written to disk. The patch also converts some places to use ext3_next_entry() when we are changing them anyway. [akpm@linux-foundation.org: coding-style cleanups] Signed-off-by: Jan Kara Cc: Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed