commit | 6e5a3d7538ad4e46a976862f593faf65750e37cc | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Tue Feb 10 19:00:37 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:07:48 2009 -0700 |
tree | e87ce6d69bdbcce23eed0a195a7f80a59c01d3d9 | |
parent | 47460d65a483529b3bc2bf6ccf461ad45f94df83 [diff] |
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>