params.c: Use new strtobool function to process boolean inputs
[deliverable/linux.git] / fs / nilfs2 / namei.c
index 161791d26458b3c6669dbb11cdd6741a8ae9facb..546849b3e88f1935585067628e158f4233631d17 100644 (file)
@@ -482,7 +482,7 @@ static struct dentry *nilfs_get_dentry(struct super_block *sb, u64 cno,
        if (ino < NILFS_FIRST_INO(sb) && ino != NILFS_ROOT_INO)
                return ERR_PTR(-ESTALE);
 
-       root = nilfs_lookup_root(NILFS_SB(sb)->s_nilfs, cno);
+       root = nilfs_lookup_root(sb->s_fs_info, cno);
        if (!root)
                return ERR_PTR(-ESTALE);
 
This page took 0.094587 seconds and 5 git commands to generate.