From: Mark Fasheh Date: Tue, 25 Nov 2008 01:02:08 +0000 (-0800) Subject: ocfs2: Store dir index records inline X-Git-Tag: v2.6.30-rc1~224^2~25 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4ed8a6bb083bfcc21f1ed66a474b03c0386e4b34;p=pandora-kernel.git ocfs2: Store dir index records inline Allow us to store a small number of directory index records in the ocfs2_dx_root_block. This saves us a disk read on small to medium sized directories (less than about 250 entries). The inline root is automatically turned into a root block with extents if the directory size increases beyond it's capacity. Signed-off-by: Mark Fasheh Acked-by: Joel Becker --- Reading git-diff-tree failed