All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] kernel/sysctl.c: remove duplicated include
@ 2018-10-04 13:42 Michael Schupikov
  2018-10-04 14:10 ` Richard Weinberger
  0 siblings, 1 reply; 3+ messages in thread
From: Michael Schupikov @ 2018-10-04 13:42 UTC (permalink / raw)
  To: Luis R. Rodriguez
  Cc: Michael Schupikov, Kees Cook, linux-kernel, linux-fsdevel

Remove one include of <linux/pipe_fs_i.h>.
No functional changes.

Signed-off-by: Michael Schupikov <michael@schupikov.de>
---
 kernel/sysctl.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/kernel/sysctl.c b/kernel/sysctl.c
index cc02050fd0c4..523cb36b72eb 100644
--- a/kernel/sysctl.c
+++ b/kernel/sysctl.c
@@ -66,7 +66,6 @@
 #include <linux/kexec.h>
 #include <linux/bpf.h>
 #include <linux/mount.h>
-#include <linux/pipe_fs_i.h>
 
 #include <linux/uaccess.h>
 #include <asm/processor.h>
-- 
2.19.0


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

* Re: [PATCH] kernel/sysctl.c: remove duplicated include
  2018-10-04 13:42 [PATCH] kernel/sysctl.c: remove duplicated include Michael Schupikov
@ 2018-10-04 14:10 ` Richard Weinberger
  2018-10-04 19:40   ` Luis Chamberlain
  0 siblings, 1 reply; 3+ messages in thread
From: Richard Weinberger @ 2018-10-04 14:10 UTC (permalink / raw)
  To: michael; +Cc: mcgrof, Kees Cook, LKML, linux-fsdevel

On Thu, Oct 4, 2018 at 3:48 PM Michael Schupikov <michael@schupikov.de> wrote:
>
> Remove one include of <linux/pipe_fs_i.h>.
> No functional changes.
>
> Signed-off-by: Michael Schupikov <michael@schupikov.de>
> ---
>  kernel/sysctl.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> index cc02050fd0c4..523cb36b72eb 100644
> --- a/kernel/sysctl.c
> +++ b/kernel/sysctl.c
> @@ -66,7 +66,6 @@
>  #include <linux/kexec.h>
>  #include <linux/bpf.h>
>  #include <linux/mount.h>
> -#include <linux/pipe_fs_i.h>
>
>  #include <linux/uaccess.h>
>  #include <asm/processor.h>

Reviewed-by: Richard Weinberger <richard@nod.at>

-- 
Thanks,
//richard

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

* Re: [PATCH] kernel/sysctl.c: remove duplicated include
  2018-10-04 14:10 ` Richard Weinberger
@ 2018-10-04 19:40   ` Luis Chamberlain
  0 siblings, 0 replies; 3+ messages in thread
From: Luis Chamberlain @ 2018-10-04 19:40 UTC (permalink / raw)
  To: Richard Weinberger, Andrew Morton; +Cc: michael, Kees Cook, LKML, linux-fsdevel

On Thu, Oct 04, 2018 at 04:10:14PM +0200, Richard Weinberger wrote:
> On Thu, Oct 4, 2018 at 3:48 PM Michael Schupikov <michael@schupikov.de> wrote:
> >
> > Remove one include of <linux/pipe_fs_i.h>.
> > No functional changes.
> >
> > Signed-off-by: Michael Schupikov <michael@schupikov.de>
> > ---
> >  kernel/sysctl.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/kernel/sysctl.c b/kernel/sysctl.c
> > index cc02050fd0c4..523cb36b72eb 100644
> > --- a/kernel/sysctl.c
> > +++ b/kernel/sysctl.c
> > @@ -66,7 +66,6 @@
> >  #include <linux/kexec.h>
> >  #include <linux/bpf.h>
> >  #include <linux/mount.h>
> > -#include <linux/pipe_fs_i.h>
> >
> >  #include <linux/uaccess.h>
> >  #include <asm/processor.h>
> 
> Reviewed-by: Richard Weinberger <richard@nod.at>

Acked-by: Luis Chamberlain <mcgrof@kernel.org>

  Luis

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

end of thread, other threads:[~2018-10-04 19:40 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-10-04 13:42 [PATCH] kernel/sysctl.c: remove duplicated include Michael Schupikov
2018-10-04 14:10 ` Richard Weinberger
2018-10-04 19:40   ` Luis Chamberlain

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.