From: Joel Becker Date: Wed, 11 Feb 2009 00:05:07 +0000 (-0800) Subject: ocfs2: Make the ocfs2_caching_info structure self-contained. X-Git-Tag: v2.6.32-rc1~173^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=47460d65a483529b3bc2bf6ccf461ad45f94df83;p=pandora-kernel.git ocfs2: Make the ocfs2_caching_info structure self-contained. We want to use the ocfs2_caching_info structure in places that are not inodes. To do that, it can no longer rely on referencing the inode directly. This patch moves the flags to ocfs2_caching_info->ci_flags, stores pointers to the parent's locks on the ocfs2_caching_info, and renames the constants and flags to reflect its independant state. Signed-off-by: Joel Becker --- Reading git-diff-tree failed