From: Mark Fasheh Date: Fri, 7 Sep 2007 20:58:15 +0000 (-0700) Subject: ocfs2: Structure updates for inline data X-Git-Tag: v2.6.24-rc1~1398^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=15b1e36bdb487d67ef924a37b0967453143be53a;p=pandora-kernel.git ocfs2: Structure updates for inline data Add the disk, network and memory structures needed to support data in inode. Struct ocfs2_inline_data is defined and embedded in ocfs2_dinode for storing inline data. A new inode field, i_dyn_features, is added to facilitate tracking of dynamic inode state. Since it will be used often, we want to mirror it on ocfs2_inode_info, and transfer it via the meta data lvb. Signed-off-by: Mark Fasheh Reviewed-by: Joel Becker --- Reading git-diff-tree failed