[PATCH] task containersv11 automatic userspace notification of idle containers fix

Paul Menage menage at google.com
Sat Oct 6 14:34:45 PDT 2007


On 10/6/07, Paul Jackson <pj at sgi.com> wrote:
> From: Paul Jackson <pj at sgi.com>
>
> Need to include kmod.h to define UMH_WAIT_EXEC, at least
> for my configuration (sn2_defconfig).
>
> Signed-off-by: Paul Jackson <pj at sgi.com>

Acked-by: Paul Menage <menage at google.com>

> Cc: Paul Menage <menage at google.com>
>
> ---
>
>  kernel/cgroup.c |    1 +
>  1 file changed, 1 insertion(+)
>
> --- 2.6.23-rc8-mm2.orig/kernel/cgroup.c 2007-10-05 23:35:15.615380128 -0700
> +++ 2.6.23-rc8-mm2/kernel/cgroup.c      2007-10-05 23:36:55.692927139 -0700
> @@ -43,6 +43,7 @@
>  #include <linux/spinlock.h>
>  #include <linux/string.h>
>  #include <linux/sort.h>
> +#include <linux/kmod.h>
>  #include <asm/atomic.h>
>
>  static DEFINE_MUTEX(cgroup_mutex);
>
> --
>                           I won't rest till it's the best ...
>                           Programmer, Linux Scalability
>                           Paul Jackson <pj at sgi.com> 1.650.933.1373
>


More information about the Containers mailing list