* [PATCH] hugetlb: remove duplicated include from hugetlb.c
@ 2012-08-26 1:34 Wei Yongjun
2012-10-26 14:50 ` Michal Hocko
0 siblings, 1 reply; 2+ messages in thread
From: Wei Yongjun @ 2012-08-26 1:34 UTC (permalink / raw)
To: linux-mm; +Cc: yongjun_wei
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
To: linux-mm@kvack.org,
linux-kernel@vger.kernel.org
From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
Remove duplicated include.
Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
---
mm/hugetlb.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/mm/hugetlb.c b/mm/hugetlb.c
index bc72712..5bf325b 100644
--- a/mm/hugetlb.c
+++ b/mm/hugetlb.c
@@ -30,7 +30,6 @@
#include <linux/hugetlb.h>
#include <linux/hugetlb_cgroup.h>
#include <linux/node.h>
-#include <linux/hugetlb_cgroup.h>
#include "internal.h"
const unsigned long hugetlb_zero = 0, hugetlb_infinity = ~0UL;
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] hugetlb: remove duplicated include from hugetlb.c
2012-08-26 1:34 [PATCH] hugetlb: remove duplicated include from hugetlb.c Wei Yongjun
@ 2012-10-26 14:50 ` Michal Hocko
0 siblings, 0 replies; 2+ messages in thread
From: Michal Hocko @ 2012-10-26 14:50 UTC (permalink / raw)
To: Wei Yongjun; +Cc: linux-mm, yongjun_wei
On Sun 26-08-12 09:34:31, Wei Yongjun wrote:
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
>
> To: linux-mm@kvack.org,
> linux-kernel@vger.kernel.org
>
The above parts are not needed. Ideally use git send-email directly.
Also make sure you include subsystem maintainer into cc
(./scripts/get_maintainer.pl can help you with that).
> From: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
>
> Remove duplicated include.
This has been already fixed and waiting in the mmotm tree.
> Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn>
> ---
> mm/hugetlb.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/mm/hugetlb.c b/mm/hugetlb.c
> index bc72712..5bf325b 100644
> --- a/mm/hugetlb.c
> +++ b/mm/hugetlb.c
> @@ -30,7 +30,6 @@
> #include <linux/hugetlb.h>
> #include <linux/hugetlb_cgroup.h>
> #include <linux/node.h>
> -#include <linux/hugetlb_cgroup.h>
> #include "internal.h"
>
> const unsigned long hugetlb_zero = 0, hugetlb_infinity = ~0UL;
>
> --
> To unsubscribe, send a message with 'unsubscribe linux-mm' in
> the body to majordomo@kvack.org. For more info on Linux MM,
> see: http://www.linux-mm.org/ .
> Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
--
Michal Hocko
SUSE Labs
--
To unsubscribe, send a message with 'unsubscribe linux-mm' in
the body to majordomo@kvack.org. For more info on Linux MM,
see: http://www.linux-mm.org/ .
Don't email: <a href=mailto:"dont@kvack.org"> email@kvack.org </a>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2012-10-26 14:50 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-26 1:34 [PATCH] hugetlb: remove duplicated include from hugetlb.c Wei Yongjun
2012-10-26 14:50 ` Michal Hocko
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).