From: Mark Fasheh Date: Thu, 13 Sep 2007 23:33:54 +0000 (-0700) Subject: ocfs2: Write support for directories with inline data X-Git-Tag: v2.6.24-rc1~1398^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5b6a3a2b4a5f071d170f8122038dd647a84810a8;p=pandora-kernel.git ocfs2: Write support for directories with inline data Create all new directories with OCFS2_INLINE_DATA_FL and the inline data bytes formatted as an empty directory. Inode size field reflects the actual amount of inline data available, which makes searching for dirent space very similar to the regular directory search. Inline-data directories are automatically pushed out to extents on any insert request which is too large for the available space. Signed-off-by: Mark Fasheh Reviewed-by: Joel Becker --- Reading git-diff-tree failed