From: Joel Becker Date: Wed, 11 Feb 2009 03:00:37 +0000 (-0800) Subject: ocfs2: Change metadata caching locks to an operations structure. X-Git-Tag: v2.6.32-rc1~173^2~83 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e5a3d7538ad4e46a976862f593faf65750e37cc;p=pandora-kernel.git ocfs2: Change metadata caching locks to an operations structure. We don't really want to cart around too many new fields on the ocfs2_caching_info structure. So let's wrap all our access of the parent object in a set of operations. One pointer on caching_info, and more flexibility to boot. Signed-off-by: Joel Becker --- Reading git-diff-tree failed