[Devel] Re: [RFC][PATCH 1/3] Setup the kmem container

Paul Menage menage at google.com
Thu Aug 30 09:01:30 PDT 2007


On 8/30/07, Pavel Emelyanov <xemul at openvz.org> wrote:
> --- a/include/linux/container_subsys.h
> +++ b/include/linux/container_subsys.h
> @@ -29,4 +29,8 @@ SUBSYS(debug)
>  SUBSYS(ns)
>  #endif
>
> +#ifdef CONFIG_CONTAINER_KMEM
> +SUBSYS(kmem)
> +#endif
> +
>  /* */

I've been trying to follow the convention that any new subsystem adds
/* */ markers before and after, to reduce/remove any patch conflicts.

Paul




More information about the Devel mailing list