ocfs2: Change metadata caching locks to an operations structure.
authorJoel Becker <joel.becker@oracle.com>
Wed, 11 Feb 2009 03:00:37 +0000 (19:00 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:48 +0000 (16:07 -0700)
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 <joel.becker@oracle.com>

No differences found