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)
commitfacdb77f54f09a33baf6b649496f5dd1d7922a7e
tree676de8877773ae38b8379bc3d50073c0710e2d8c
parent3d03a305ded8057155bd3c801e64ffef9f534827
ocfs2: ocfs2_find_path() only needs the caching info

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>
fs/ocfs2/alloc.c
fs/ocfs2/alloc.h
fs/ocfs2/dir.c
fs/ocfs2/extent_map.c
fs/ocfs2/xattr.c