Prev: cgroup : add clone_children control file
Next: Change struct flchip_shared spinlock locking into mutex
From: Li Zefan on 3 Aug 2010 04:30 Cc: Andrew Serge E. Hallyn wrote: > The actual code does not detect 'all' with one subsystem name, which > is IMHO mutually exclusive and when an option is specified even if it > is not a subsystem name, we have to specify the 'all' option with the > other option. > eg: > not detected : mount -t cgroup -o all,freezer cgroup /cgroup > not flexible : mount -t cgroup -o noprefix,all cgroup /cgroup > > This patch fix this and makes the code a bit more clear by replacing > 'else if' indentation by 'continue' blocks in the loop. > > Signed-off-by: Daniel Lezcano <daniel.lezcano(a)free.fr> > Signed-off-by: Serge E. Hallyn <serge.hallyn(a)canonical.com> > Cc: Eric W. Biederman <ebiederm(a)xmission.com> > Cc: Paul Menage <menage(a)google.com> Reviewed-by: Li Zefan <lizf(a)cn.fujitsu.com> -- 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/ |