From: Joel Becker Date: Wed, 11 Feb 2009 04:00:41 +0000 (-0800) Subject: ocfs2: Take the inode out of the metadata read/write paths. X-Git-Tag: v2.6.32-rc1~173^2~82 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8cb471e8f82506937fe5e2e9fb0bf90f6b1f1170;p=pandora-kernel.git 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 --- Reading git-diff-tree failed