* [PATCH] res_counter: remove include of cgroup.h from res_counter.h
@ 2013-03-05 3:37 Li Zefan
2013-03-05 17:34 ` Tejun Heo
0 siblings, 1 reply; 2+ messages in thread
From: Li Zefan @ 2013-03-05 3:37 UTC (permalink / raw)
To: Andrew Morton; +Cc: lkml, cgroups, Tejun Heo
It's not needed at all.
Signed-off-by: Li Zefan <lizefan@huawei.com>
---
include/linux/res_counter.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/linux/res_counter.h b/include/linux/res_counter.h
index 5ae8456..a83a849 100644
--- a/include/linux/res_counter.h
+++ b/include/linux/res_counter.h
@@ -13,7 +13,7 @@
* info about what this counter is.
*/
-#include <linux/cgroup.h>
+#include <linux/spinlock.h>
/*
* The core object. the cgroup that wishes to account for some
--
1.8.0.2
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] res_counter: remove include of cgroup.h from res_counter.h
2013-03-05 3:37 [PATCH] res_counter: remove include of cgroup.h from res_counter.h Li Zefan
@ 2013-03-05 17:34 ` Tejun Heo
0 siblings, 0 replies; 2+ messages in thread
From: Tejun Heo @ 2013-03-05 17:34 UTC (permalink / raw)
To: Li Zefan; +Cc: Andrew Morton, lkml, cgroups
On Tue, Mar 05, 2013 at 11:37:50AM +0800, Li Zefan wrote:
> It's not needed at all.
>
> Signed-off-by: Li Zefan <lizefan@huawei.com>
Applied to cgroup/for-3.10.
Thanks.
--
tejun
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2013-03-05 17:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-03-05 3:37 [PATCH] res_counter: remove include of cgroup.h from res_counter.h Li Zefan
2013-03-05 17:34 ` Tejun Heo
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox