commit | facdb77f54f09a33baf6b649496f5dd1d7922a7e | [log] [tgz] |
---|---|---|
author | Joel Becker <joel.becker@oracle.com> | Thu Feb 12 18:08:48 2009 -0800 |
committer | Joel Becker <joel.becker@oracle.com> | Fri Sep 04 16:07:53 2009 -0700 |
tree | 676de8877773ae38b8379bc3d50073c0710e2d8c | |
parent | 3d03a305ded8057155bd3c801e64ffef9f534827 [diff] |
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>