]> pilppa.org Git - linux-2.6-omap-h63xx.git/blobdiff - fs/ocfs2/namei.c
Pb1200/DBAu1200: fix bad IDE resource size
[linux-2.6-omap-h63xx.git] / fs / ocfs2 / namei.c
index 74018caf80532f01b48d03bb4d8dc36020a57e02..ae9ad9587516641366ddcb5753b61a120d9b137b 100644 (file)
@@ -128,7 +128,7 @@ static struct dentry *ocfs2_lookup(struct inode *dir, struct dentry *dentry,
        if (status < 0)
                goto bail_add;
 
-       inode = ocfs2_iget(OCFS2_SB(dir->i_sb), blkno, 0);
+       inode = ocfs2_iget(OCFS2_SB(dir->i_sb), blkno, 0, 0);
        if (IS_ERR(inode)) {
                ret = ERR_PTR(-EACCES);
                goto bail_unlock;