|
Prev: Make rcutorture more vicious: reinstate boot-time testing
Next: [AGP] intel_agp: Add support for Intel 4 series chipsets
From: Li Zefan on 18 Jun 2008 20:50 >> static int cgroup_remount(struct super_block *sb, int *flags, char *data) >> { >> int ret = 0; >> @@ -852,6 +871,10 @@ static int cgroup_remount(struct super_block *sb, int *flags, char *data) >> if (ret) >> goto out_unlock; >> >> + ret = check_subsys_dependency(opts.subsys_bits); >> + if (ret) >> + goto out_unlock; >> + > > Can we just call this from one place, in parse_cgroupfs_options() ? > I think yes we can. I'll revise it. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo(a)vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/ |