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)
commit3d03a305ded8057155bd3c801e64ffef9f534827
tree4f220711f42c1abbd80a9fe8c2b6ee47e846a587
parentd9a0a1f83bf083b55b3c1f16efddecc31abace61
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 <joel.becker@oracle.com>
fs/ocfs2/alloc.c
fs/ocfs2/alloc.h
fs/ocfs2/dir.c
fs/ocfs2/extent_map.c
fs/ocfs2/suballoc.c