* [PATCH] cgroups: remove duplicate include
@ 2010-03-15 3:17 Li Zefan
2010-03-15 3:20 ` Li Zefan
0 siblings, 1 reply; 4+ messages in thread
From: Li Zefan @ 2010-03-15 3:17 UTC (permalink / raw)
To: Andrew Morton; +Cc: Paul Menage, LKML, containers@lists.osdl.org
commit e6a1105b ("cgroups: subsystem module loading interface")
and commit c50cc752 ("sched, cgroups: Fix module export")
result in duplicate including of cgroup.h
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
kernel/cgroup.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index ef909a3..e2769e1 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -27,7 +27,6 @@
*/
#include <linux/cgroup.h>
-#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <linux/fs.h>
--
1.6.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [PATCH] cgroups: remove duplicate include
2010-03-15 3:17 [PATCH] cgroups: remove duplicate include Li Zefan
@ 2010-03-15 3:20 ` Li Zefan
[not found] ` <4B9DA778.7080305-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
0 siblings, 1 reply; 4+ messages in thread
From: Li Zefan @ 2010-03-15 3:20 UTC (permalink / raw)
To: Andrew Morton; +Cc: Paul Menage, LKML, containers@lists.osdl.org
commit e6a1105b ("cgroups: subsystem module loading interface")
and commit c50cc752 ("sched, cgroups: Fix module export")
result in duplicate including of module.h
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
---
Fix changelog...
---
kernel/cgroup.c | 1 -
1 files changed, 0 insertions(+), 1 deletions(-)
diff --git a/kernel/cgroup.c b/kernel/cgroup.c
index ef909a3..e2769e1 100644
--- a/kernel/cgroup.c
+++ b/kernel/cgroup.c
@@ -27,7 +27,6 @@
*/
#include <linux/cgroup.h>
-#include <linux/module.h>
#include <linux/ctype.h>
#include <linux/errno.h>
#include <linux/fs.h>
--
1.6.3
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [PATCH] cgroups: remove duplicate include
2010-03-15 3:20 ` Li Zefan
@ 2010-03-15 17:53 ` Paul Menage
0 siblings, 0 replies; 4+ messages in thread
From: Paul Menage @ 2010-03-15 17:53 UTC (permalink / raw)
To: Li Zefan
Cc: containers-qjLDD68F18O7TbgM5vRIOg@public.gmane.org, Andrew Morton,
LKML
On Sun, Mar 14, 2010 at 8:20 PM, Li Zefan <lizf-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org> wrote:
> commit e6a1105b ("cgroups: subsystem module loading interface")
> and commit c50cc752 ("sched, cgroups: Fix module export")
> result in duplicate including of module.h
>
> Signed-off-by: Li Zefan <lizf-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
Acked-by: Paul Menage <menage-hpIqsD4AKlfQT0dZR+AlfA@public.gmane.org>
> ---
>
> Fix changelog...
>
> ---
> kernel/cgroup.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/cgroup.c b/kernel/cgroup.c
> index ef909a3..e2769e1 100644
> --- a/kernel/cgroup.c
> +++ b/kernel/cgroup.c
> @@ -27,7 +27,6 @@
> */
>
> #include <linux/cgroup.h>
> -#include <linux/module.h>
> #include <linux/ctype.h>
> #include <linux/errno.h>
> #include <linux/fs.h>
> --
> 1.6.3
>
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [PATCH] cgroups: remove duplicate include
@ 2010-03-15 17:53 ` Paul Menage
0 siblings, 0 replies; 4+ messages in thread
From: Paul Menage @ 2010-03-15 17:53 UTC (permalink / raw)
To: Li Zefan; +Cc: Andrew Morton, LKML, containers@lists.osdl.org
On Sun, Mar 14, 2010 at 8:20 PM, Li Zefan <lizf@cn.fujitsu.com> wrote:
> commit e6a1105b ("cgroups: subsystem module loading interface")
> and commit c50cc752 ("sched, cgroups: Fix module export")
> result in duplicate including of module.h
>
> Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Acked-by: Paul Menage <menage@google.com>
> ---
>
> Fix changelog...
>
> ---
> kernel/cgroup.c | 1 -
> 1 files changed, 0 insertions(+), 1 deletions(-)
>
> diff --git a/kernel/cgroup.c b/kernel/cgroup.c
> index ef909a3..e2769e1 100644
> --- a/kernel/cgroup.c
> +++ b/kernel/cgroup.c
> @@ -27,7 +27,6 @@
> */
>
> #include <linux/cgroup.h>
> -#include <linux/module.h>
> #include <linux/ctype.h>
> #include <linux/errno.h>
> #include <linux/fs.h>
> --
> 1.6.3
>
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2010-03-15 18:06 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-15 3:17 [PATCH] cgroups: remove duplicate include Li Zefan
2010-03-15 3:20 ` Li Zefan
[not found] ` <4B9DA778.7080305-BthXqXjhjHXQFUHtdCDX3A@public.gmane.org>
2010-03-15 17:53 ` Paul Menage
2010-03-15 17:53 ` Paul Menage
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.