Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1608482 > unrolled thread
| Started by | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| First post | 2017-03-24 15:30 +0100 |
| Last post | 2017-03-24 16:40 +0100 |
| Articles | 2 — 2 participants |
Back to article view | Back to linux.kernel
[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
| From | Geliang Tang <geliangtang@gmail.com> |
|---|---|
| Date | 2017-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]
| From | Tejun Heo <tj@kernel.org> |
|---|---|
| Date | 2017-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