git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3d03a30
)
ocfs2: ocfs2_find_path() only needs the caching info
author
Joel Becker
<joel.becker@oracle.com>
Fri, 13 Feb 2009 02:08:48 +0000
(18:08 -0800)
committer
Joel 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