From: Joel Becker Date: Fri, 10 Oct 2008 00:20:30 +0000 (-0700) Subject: ocfs2: Require an inode for ocfs2_read_block(s)(). X-Git-Tag: v2.6.28-rc1~572^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=31d33073ca38603dea705dae45e094a64ca062d6;p=pandora-kernel.git ocfs2: Require an inode for ocfs2_read_block(s)(). Now that synchronous readers are using ocfs2_read_blocks_sync(), all callers of ocfs2_read_blocks() are passing an inode. Use it unconditionally. Since it's there, we don't need to pass the ocfs2_super either. Signed-off-by: Joel Becker Signed-off-by: Mark Fasheh --- Reading git-diff-tree failed