Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1608482 > unrolled thread

[PATCH] cgroup: drop duplicate header nsproxy.h

Started byGeliang Tang <geliangtang@gmail.com>
First post2017-03-24 15:30 +0100
Last post2017-03-24 16:40 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] cgroup: drop duplicate header nsproxy.h Geliang Tang <geliangtang@gmail.com> - 2017-03-24 15:30 +0100
    Re: [PATCH] cgroup: drop duplicate header nsproxy.h Tejun Heo <tj@kernel.org> - 2017-03-24 16:40 +0100

#1608482 — [PATCH] cgroup: drop duplicate header nsproxy.h

FromGeliang Tang <geliangtang@gmail.com>
Date2017-03-24 15:30 +0100
Subject[PATCH] cgroup: drop duplicate header nsproxy.h
Message-ID<toyem-2LK-15@gated-at.bofh.it>
Drop duplicate header nsproxy.h from linux/cgroup.h.

Signed-off-by: Geliang Tang <geliangtang@gmail.com>
---
 include/linux/cgroup.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/include/linux/cgroup.h b/include/linux/cgroup.h
index 4341441..ed2573e 100644
--- a/include/linux/cgroup.h
+++ b/include/linux/cgroup.h
@@ -17,7 +17,6 @@
 #include <linux/seq_file.h>
 #include <linux/kernfs.h>
 #include <linux/jump_label.h>
-#include <linux/nsproxy.h>
 #include <linux/types.h>
 #include <linux/ns_common.h>
 #include <linux/nsproxy.h>
-- 
2.9.3

[toc] | [next] | [standalone]


#1608569

FromTejun Heo <tj@kernel.org>
Date2017-03-24 16:40 +0100
Message-ID<toztM-3Ao-19@gated-at.bofh.it>
In reply to#1608482
On Fri, Mar 24, 2017 at 10:13:35PM +0800, Geliang Tang wrote:
> Drop duplicate header nsproxy.h from linux/cgroup.h.
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>

Applied to cgroup/for-4.12.

Thanks.

-- 
tejun

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web