Re: [PATCH] Add cgroup support for enabling controllers at boot time

From: Paul Menage
Date: Fri Mar 07 2008 - 03:42:31 EST


On Thu, Mar 6, 2008 at 9:14 PM, David Rientjes <rientjes@xxxxxxxxxx> wrote:
>
> Since the command line is logically delimited by spaces, you can
> accidently disable a subsystem if its name appears in any of your kernel
> options following your cgroup_disable= option.

I think that you're confusing this with things like the very early
memory init setup parameters, which do operate on the raw commandline.

By the time anything is passed to a __setup() function, it's already
been split into separate strings at space boundaries.

Paul
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/