diff options
Diffstat (limited to 'fs/ocfs2/namei.c')
-rw-r--r-- | fs/ocfs2/namei.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fs/ocfs2/namei.c b/fs/ocfs2/namei.c index 74018caf8053..ae9ad9587516 100644 --- a/fs/ocfs2/namei.c +++ b/fs/ocfs2/namei.c | |||
@@ -128,7 +128,7 @@ static struct dentry *ocfs2_lookup(struct inode *dir, struct dentry *dentry, | |||
128 | if (status < 0) | 128 | if (status < 0) |
129 | goto bail_add; | 129 | goto bail_add; |
130 | 130 | ||
131 | inode = ocfs2_iget(OCFS2_SB(dir->i_sb), blkno, 0); | 131 | inode = ocfs2_iget(OCFS2_SB(dir->i_sb), blkno, 0, 0); |
132 | if (IS_ERR(inode)) { | 132 | if (IS_ERR(inode)) { |
133 | ret = ERR_PTR(-EACCES); | 133 | ret = ERR_PTR(-EACCES); |
134 | goto bail_unlock; | 134 | goto bail_unlock; |