lkml.org 
[lkml]   [2008]   [Nov]   [14]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
Date
From
SubjectRe: mmotm 2008-11-14-17-14 uploaded
On Fri, 14 Nov 2008 17:15:12 -0800
akpm@linux-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@jp.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;


\
 
 \ /
  Last update: 2008-11-15 05:15    [W:0.036 / U:0.636 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site