commit | 8cb471e8f82506937fe5e2e9fb0bf90f6b1f1170 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Tue Feb 10 20:00:41 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:07:48 2009 -0700 |
tree | e275a8f5db101a9990ba44931cfd116123112b11 | |
parent | 6e5a3d7538ad4e46a976862f593faf65750e37cc [diff] |
ocfs2: Take the inode out of the metadata read/write paths. We are really passing the inode into the ocfs2_read/write_blocks() functions to get at the metadata cache. This commit passes the cache directly into the metadata block functions, divorcing them from the inode. Signed-off-by: Joel Becker <joel.becker@oracle.com>