ocfs2: ocfs2_find_path() only needs the caching info
authorJoel Becker <joel.becker@oracle.com>
Fri, 13 Feb 2009 02:08:48 +0000 (18:08 -0800)
committerJoel Becker <joel.becker@oracle.com>
Fri, 4 Sep 2009 23:07:53 +0000 (16:07 -0700)
ocfs2_find_path and ocfs2_find_leaf() walk our btrees, reading extent
blocks.  They need struct ocfs2_caching_info for that, but not struct
inode.

Signed-off-by: Joel Becker <joel.becker@oracle.com>

No differences found