[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-ID: <486B1D3D.5070805@cn.fujitsu.com>
Date: Wed, 02 Jul 2008 14:16:29 +0800
From: Li Zefan <lizf@...fujitsu.com>
To: Andrew Morton <akpm@...ux-foundation.org>
CC: Paul Menage <menage@...gle.com>,
Balbir Singh <balbir@...ux.vnet.ibm.com>,
KAMEZAWA Hiroyuki <kamezawa.hiroyu@...fujitsu.com>,
Pavel Emelianov <xemul@...nvz.org>,
LKML <linux-kernel@...r.kernel.org>,
Linux Containers <containers@...ts.linux-foundation.org>
Subject: [PATCH -mmotm] res_counter: fix building failure
kernel/res_counter.c: In function 'res_counter_memparse_write_strategy':
kernel/res_counter.c:115: error: implicit declaration of function 'PAGE_ALIGN'
Signed-off-by: Li Zefan <lizf@...fujitsu.com>
---
should follow cgroup-files-convert-res_counter_write-to-be-a-cgroups-write_string-handler.patch
--- linux-mm/kernel/res_counter.c.bak 2008-07-02 14:05:37.000000000 +0800
+++ linux-mm/kernel/res_counter.c 2008-07-02 14:07:36.000000000 +0800
@@ -13,6 +13,7 @@
#include <linux/slab.h>
#include <linux/res_counter.h>
#include <linux/uaccess.h>
+#include <linux/mm.h>
void res_counter_init(struct res_counter *counter)
{
--
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