ocfs2: Take the inode out of the metadata read/write paths.
authorJoel Becker <joel.becker@oracle.com>
Wed, 11 Feb 2009 04:00:41 +0000 (20:00 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:48 +0000 (16:07 -0700)
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>

No differences found