Merge branch 'sched/urgent' into sched/core
[cascardo/linux.git] / fs / libfs.c
index 358094f..18d08f5 100644 (file)
@@ -529,6 +529,7 @@ int simple_fill_super(struct super_block *s, unsigned long magic,
        return 0;
 out:
        d_genocide(root);
+       shrink_dcache_parent(root);
        dput(root);
        return -ENOMEM;
 }