linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] cgroup: drop duplicate header nsproxy.h
@ 2017-03-24 14:13 Geliang Tang
  2017-03-24 14:13 ` [PATCH] fs: drop duplicate header percpu-rwsem.h Geliang Tang
  2017-03-24 15:36 ` [PATCH] cgroup: drop duplicate header nsproxy.h Tejun Heo
  0 siblings, 2 replies; 4+ messages in thread
From: Geliang Tang @ 2017-03-24 14:13 UTC (permalink / raw)
  To: Tejun Heo, Li Zefan, Johannes Weiner; +Cc: Geliang Tang, cgroups, linux-kernel

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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] fs: drop duplicate header percpu-rwsem.h
  2017-03-24 14:13 [PATCH] cgroup: drop duplicate header nsproxy.h Geliang Tang
@ 2017-03-24 14:13 ` Geliang Tang
  2017-03-29 21:43   ` J. Bruce Fields
  2017-03-24 15:36 ` [PATCH] cgroup: drop duplicate header nsproxy.h Tejun Heo
  1 sibling, 1 reply; 4+ messages in thread
From: Geliang Tang @ 2017-03-24 14:13 UTC (permalink / raw)
  To: Jeff Layton, J. Bruce Fields; +Cc: Geliang Tang, linux-fsdevel, linux-kernel

Drop duplicate header percpu-rwsem.h from linux/fs.h.

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

diff --git a/include/linux/fs.h b/include/linux/fs.h
index f1d7347..7bff988 100644
--- a/include/linux/fs.h
+++ b/include/linux/fs.h
@@ -29,7 +29,6 @@
 #include <linux/lockdep.h>
 #include <linux/percpu-rwsem.h>
 #include <linux/workqueue.h>
-#include <linux/percpu-rwsem.h>
 #include <linux/delayed_call.h>
 
 #include <asm/byteorder.h>
-- 
2.9.3

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* Re: [PATCH] cgroup: drop duplicate header nsproxy.h
  2017-03-24 14:13 [PATCH] cgroup: drop duplicate header nsproxy.h Geliang Tang
  2017-03-24 14:13 ` [PATCH] fs: drop duplicate header percpu-rwsem.h Geliang Tang
@ 2017-03-24 15:36 ` Tejun Heo
  1 sibling, 0 replies; 4+ messages in thread
From: Tejun Heo @ 2017-03-24 15:36 UTC (permalink / raw)
  To: Geliang Tang; +Cc: Li Zefan, Johannes Weiner, cgroups, linux-kernel

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [PATCH] fs: drop duplicate header percpu-rwsem.h
  2017-03-24 14:13 ` [PATCH] fs: drop duplicate header percpu-rwsem.h Geliang Tang
@ 2017-03-29 21:43   ` J. Bruce Fields
  0 siblings, 0 replies; 4+ messages in thread
From: J. Bruce Fields @ 2017-03-29 21:43 UTC (permalink / raw)
  To: Geliang Tang; +Cc: Jeff Layton, linux-fsdevel, linux-kernel

Fine by me, but I'm not sure why you're sending it to us.

Looks at MAINTAINERS....

Oh, I see, include/linux/fs.h is under "FILE LOCKING".  Hm.  Anyway,
this one's probably for Al Viro.

--b.

On Fri, Mar 24, 2017 at 10:13:36PM +0800, Geliang Tang wrote:
> Drop duplicate header percpu-rwsem.h from linux/fs.h.
> 
> Signed-off-by: Geliang Tang <geliangtang@gmail.com>
> ---
>  include/linux/fs.h | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/include/linux/fs.h b/include/linux/fs.h
> index f1d7347..7bff988 100644
> --- a/include/linux/fs.h
> +++ b/include/linux/fs.h
> @@ -29,7 +29,6 @@
>  #include <linux/lockdep.h>
>  #include <linux/percpu-rwsem.h>
>  #include <linux/workqueue.h>
> -#include <linux/percpu-rwsem.h>
>  #include <linux/delayed_call.h>
>  
>  #include <asm/byteorder.h>
> -- 
> 2.9.3

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-03-29 21:43 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-03-24 14:13 [PATCH] cgroup: drop duplicate header nsproxy.h Geliang Tang
2017-03-24 14:13 ` [PATCH] fs: drop duplicate header percpu-rwsem.h Geliang Tang
2017-03-29 21:43   ` J. Bruce Fields
2017-03-24 15:36 ` [PATCH] cgroup: drop duplicate header nsproxy.h Tejun Heo

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).