]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - fs/gfs2/ops_fstype.c
Merge branch 'for-4.8/core' of git://git.kernel.dk/linux-block
[karo-tx-linux.git] / fs / gfs2 / ops_fstype.c
index f423c687f02c7c30cd37e2e66945d55eadd36bda..ef1e1822977f1589e6989a9f5c91d0afa298e000 100644 (file)
@@ -455,7 +455,8 @@ static int gfs2_lookup_root(struct super_block *sb, struct dentry **dptr,
        struct dentry *dentry;
        struct inode *inode;
 
-       inode = gfs2_inode_lookup(sb, DT_DIR, no_addr, 0);
+       inode = gfs2_inode_lookup(sb, DT_DIR, no_addr, 0,
+                                 GFS2_BLKST_FREE /* ignore */);
        if (IS_ERR(inode)) {
                fs_err(sdp, "can't read in %s inode: %ld\n", name, PTR_ERR(inode));
                return PTR_ERR(inode);