diff options
Diffstat (limited to 'fs/ocfs2/dir.c')
-rw-r--r-- | fs/ocfs2/dir.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/dir.c b/fs/ocfs2/dir.c index 00e43281b9a4..088a1b5ce9ac 100644 --- a/fs/ocfs2/dir.c +++ b/fs/ocfs2/dir.c | |||
@@ -805,7 +805,8 @@ static int ocfs2_dx_dir_lookup_rec(struct inode *inode, | |||
805 | struct ocfs2_extent_rec *rec = NULL; | 805 | struct ocfs2_extent_rec *rec = NULL; |
806 | 806 | ||
807 | if (el->l_tree_depth) { | 807 | if (el->l_tree_depth) { |
808 | ret = ocfs2_find_leaf(inode, el, major_hash, &eb_bh); | 808 | ret = ocfs2_find_leaf(INODE_CACHE(inode), el, major_hash, |
809 | &eb_bh); | ||
809 | if (ret) { | 810 | if (ret) { |
810 | mlog_errno(ret); | 811 | mlog_errno(ret); |
811 | goto out; | 812 | goto out; |