commit | 3d03a305ded8057155bd3c801e64ffef9f534827 | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Feb 12 17:49:26 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:07:52 2009 -0700 |
tree | 4f220711f42c1abbd80a9fe8c2b6ee47e846a587 | |
parent | d9a0a1f83bf083b55b3c1f16efddecc31abace61 [diff] |
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>