]> git.karo-electronics.de Git - mv-sheeva.git/commit
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)
commit6e5a3d7538ad4e46a976862f593faf65750e37cc
treee87ce6d69bdbcce23eed0a195a7f80a59c01d3d9
parent47460d65a483529b3bc2bf6ccf461ad45f94df83
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 <joel.becker@oracle.com>
fs/ocfs2/inode.c
fs/ocfs2/inode.h
fs/ocfs2/ocfs2.h
fs/ocfs2/super.c
fs/ocfs2/uptodate.c
fs/ocfs2/uptodate.h