diff options
Diffstat (limited to 'fs/ocfs2/xattr.c')
-rw-r--r-- | fs/ocfs2/xattr.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fs/ocfs2/xattr.c b/fs/ocfs2/xattr.c index 93aae7953c2e..61819b208315 100644 --- a/fs/ocfs2/xattr.c +++ b/fs/ocfs2/xattr.c | |||
@@ -2854,7 +2854,8 @@ static int ocfs2_xattr_get_rec(struct inode *inode, | |||
2854 | u64 e_blkno = 0; | 2854 | u64 e_blkno = 0; |
2855 | 2855 | ||
2856 | if (el->l_tree_depth) { | 2856 | if (el->l_tree_depth) { |
2857 | ret = ocfs2_find_leaf(inode, el, name_hash, &eb_bh); | 2857 | ret = ocfs2_find_leaf(INODE_CACHE(inode), el, name_hash, |
2858 | &eb_bh); | ||
2858 | if (ret) { | 2859 | if (ret) { |
2859 | mlog_errno(ret); | 2860 | mlog_errno(ret); |
2860 | goto out; | 2861 | goto out; |