[Devel] Re: [PATCH 3/7] Containers (V8): Add generic multi-subsystem API to containers
Srivatsa Vaddagiri
vatsa at in.ibm.com
Tue Apr 10 21:47:17 PDT 2007
On Fri, Apr 06, 2007 at 04:32:24PM -0700, menage at google.com wrote:
> -int cpuset_create(struct container *cont)
> +int cpuset_create(struct container_subsys *ss, struct container *cont)
Minor nit: The static declaration for cpuset_create (and friends) can be
re-introduced, since they won't be accessed directly from other files?
--
Regards,
vatsa
More information about the Devel
mailing list