[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20081115131143.9af8e8aa.kamezawa.hiroyu@jp.fujitsu.com>
Date: Sat, 15 Nov 2008 13:11:43 +0900
From: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
To: linux-kernel@...r.kernel.org
Cc: akpm@...ux-foundation.org
Subject: Re: mmotm 2008-11-14-17-14 uploaded
On Fri, 14 Nov 2008 17:15:12 -0800
akpm@...ux-foundation.org wrote:
> The mm-of-the-moment snapshot 2008-11-14-17-14 has been uploaded to
>
> http://userweb.kernel.org/~akpm/mmotm/
>
> It contains the following patches against 2.6.28-rc4:
>
Sorry..
CC arch/x86/kernel/asm-offsets.s
In file included from include/linux/swap.h:8,
from include/linux/suspend.h:7,
from arch/x86/kernel/asm-offsets_64.c:12,
from arch/x86/kernel/asm-offsets.c:4:
include/linux/memcontrol.h: In function 'mem_cgroup_disabled':
include/linux/memcontrol.h:93: error: 'mem_cgroup_subsys' undeclared (first use in this function)
include/linux/memcontrol.h:93: error: (Each undeclared identifier is reported only once
include/linux/memcontrol.h:93: error: for each function it appears in.)
This is
memcg-add-mem_cgroup_disabled-fix.patch
=
Signed-off-by: KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>
---
include/linux/memcontrol.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
Index: mmotm-2.6.28-Nov14/include/linux/memcontrol.h
===================================================================
--- mmotm-2.6.28-Nov14.orig/include/linux/memcontrol.h
+++ mmotm-2.6.28-Nov14/include/linux/memcontrol.h
@@ -19,7 +19,7 @@
#ifndef _LINUX_MEMCONTROL_H
#define _LINUX_MEMCONTROL_H
-
+#include <linux/cgroup.h>
struct mem_cgroup;
struct page_cgroup;
struct page;
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists