From: Joel Becker Date: Fri, 13 Feb 2009 01:49:26 +0000 (-0800) Subject: ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). X-Git-Tag: v2.6.32-rc1~173^2~77 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3d03a305ded8057155bd3c801e64ffef9f534827;p=pandora-kernel.git ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block(). extent blocks belong to btrees on more than just inodes, so we want to pass the ocfs2_caching_info structure directly to ocfs2_read_extent_block(). A number of places in alloc.c can now drop struct inode from their argument list. Signed-off-by: Joel Becker --- Reading git-diff-tree failed