ocfs2: Pass ocfs2_caching_info to ocfs2_read_extent_block().
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 01:49:26 +0000 (17:49 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:52 +0000 (16:07 -0700)
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 <joel.becker@oracle.com>

No differences found