linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/coda/psdev.c: Remove duplicate header
@ 2019-03-11 15:43 Sabyasachi Gupta
  2019-03-11 16:04 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-03-11 15:43 UTC (permalink / raw)
  To: akpm; +Cc: jaharkes, coda, codalist, linux-kernel, jrdr.linux

Remove linux/poll.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 fs/coda/psdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index c5234c2..f2bb798 100644
--- a/fs/coda/psdev.c
+++ b/fs/coda/psdev.c
@@ -39,7 +39,6 @@
 #include <linux/device.h>
 #include <linux/pid_namespace.h>
 #include <asm/io.h>
-#include <linux/poll.h>
 #include <linux/uaccess.h>
 
 #include <linux/coda.h>
-- 
2.7.4


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

* Re: [PATCH] fs/coda/psdev.c: Remove duplicate header
  2019-03-11 15:43 [PATCH] fs/coda/psdev.c: Remove duplicate header Sabyasachi Gupta
@ 2019-03-11 16:04 ` Souptick Joarder
  0 siblings, 0 replies; 6+ messages in thread
From: Souptick Joarder @ 2019-03-11 16:04 UTC (permalink / raw)
  To: Sabyasachi Gupta; +Cc: Andrew Morton, jaharkes, coda, codalist, linux-kernel

On Mon, Mar 11, 2019 at 9:13 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/poll.h which is included more than once
>
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

> ---
>  fs/coda/psdev.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
> index c5234c2..f2bb798 100644
> --- a/fs/coda/psdev.c
> +++ b/fs/coda/psdev.c
> @@ -39,7 +39,6 @@
>  #include <linux/device.h>
>  #include <linux/pid_namespace.h>
>  #include <asm/io.h>
> -#include <linux/poll.h>
>  #include <linux/uaccess.h>
>
>  #include <linux/coda.h>
> --
> 2.7.4
>

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

* Re: [PATCH] fs/coda/psdev.c: Remove duplicate header
  2019-01-30  2:31   ` Sabyasachi Gupta
@ 2019-02-13 16:16     ` Sabyasachi Gupta
  0 siblings, 0 replies; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-02-13 16:16 UTC (permalink / raw)
  To: Souptick Joarder; +Cc: jaharkes, coda, codalist, linux-kernel, Brajeswar Ghosh

On Wed, Jan 30, 2019 at 8:01 AM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> On Mon, Jan 14, 2019 at 1:40 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
> >
> > On Fri, Jan 11, 2019 at 8:59 PM Sabyasachi Gupta
> > <sabyasachi.linux@gmail.com> wrote:
> > >
> > > Remove linux/poll.h which is included more than once
> > >
> > > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
> >
> > Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
> >
> If no further comment, can we get this patch in queue for 5.1 ?

If no further comment, can we get this patch in queue for 5.1 ?

> > > ---
> > >  fs/coda/psdev.c | 1 -
> > >  1 file changed, 1 deletion(-)
> > >
> > > diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
> > > index c5234c2..f2bb798 100644
> > > --- a/fs/coda/psdev.c
> > > +++ b/fs/coda/psdev.c
> > > @@ -39,7 +39,6 @@
> > >  #include <linux/device.h>
> > >  #include <linux/pid_namespace.h>
> > >  #include <asm/io.h>
> > > -#include <linux/poll.h>
> > >  #include <linux/uaccess.h>
> > >
> > >  #include <linux/coda.h>
> > > --
> > > 2.7.4
> > >

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

* Re: [PATCH] fs/coda/psdev.c: Remove duplicate header
  2019-01-14  8:10 ` Souptick Joarder
@ 2019-01-30  2:31   ` Sabyasachi Gupta
  2019-02-13 16:16     ` Sabyasachi Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-01-30  2:31 UTC (permalink / raw)
  To: Souptick Joarder; +Cc: jaharkes, coda, codalist, linux-kernel, Brajeswar Ghosh

On Mon, Jan 14, 2019 at 1:40 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Fri, Jan 11, 2019 at 8:59 PM Sabyasachi Gupta
> <sabyasachi.linux@gmail.com> wrote:
> >
> > Remove linux/poll.h which is included more than once
> >
> > Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
>
> Acked-by: Souptick Joarder <jrdr.linux@gmail.com>
>
If no further comment, can we get this patch in queue for 5.1 ?
> > ---
> >  fs/coda/psdev.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
> > index c5234c2..f2bb798 100644
> > --- a/fs/coda/psdev.c
> > +++ b/fs/coda/psdev.c
> > @@ -39,7 +39,6 @@
> >  #include <linux/device.h>
> >  #include <linux/pid_namespace.h>
> >  #include <asm/io.h>
> > -#include <linux/poll.h>
> >  #include <linux/uaccess.h>
> >
> >  #include <linux/coda.h>
> > --
> > 2.7.4
> >

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

* Re: [PATCH] fs/coda/psdev.c: Remove duplicate header
  2019-01-11 15:29 Sabyasachi Gupta
@ 2019-01-14  8:10 ` Souptick Joarder
  2019-01-30  2:31   ` Sabyasachi Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Souptick Joarder @ 2019-01-14  8:10 UTC (permalink / raw)
  To: Sabyasachi Gupta; +Cc: jaharkes, coda, codalist, linux-kernel, Brajeswar Ghosh

On Fri, Jan 11, 2019 at 8:59 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/poll.h which is included more than once
>
> Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>

Acked-by: Souptick Joarder <jrdr.linux@gmail.com>

> ---
>  fs/coda/psdev.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
> index c5234c2..f2bb798 100644
> --- a/fs/coda/psdev.c
> +++ b/fs/coda/psdev.c
> @@ -39,7 +39,6 @@
>  #include <linux/device.h>
>  #include <linux/pid_namespace.h>
>  #include <asm/io.h>
> -#include <linux/poll.h>
>  #include <linux/uaccess.h>
>
>  #include <linux/coda.h>
> --
> 2.7.4
>

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

* [PATCH] fs/coda/psdev.c: Remove duplicate header
@ 2019-01-11 15:29 Sabyasachi Gupta
  2019-01-14  8:10 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-01-11 15:29 UTC (permalink / raw)
  To: jaharkes; +Cc: jrdr.linux, coda, codalist, linux-kernel, brajeswar.linux

Remove linux/poll.h which is included more than once

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 fs/coda/psdev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/coda/psdev.c b/fs/coda/psdev.c
index c5234c2..f2bb798 100644
--- a/fs/coda/psdev.c
+++ b/fs/coda/psdev.c
@@ -39,7 +39,6 @@
 #include <linux/device.h>
 #include <linux/pid_namespace.h>
 #include <asm/io.h>
-#include <linux/poll.h>
 #include <linux/uaccess.h>
 
 #include <linux/coda.h>
-- 
2.7.4


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

end of thread, other threads:[~2019-03-11 16:04 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-03-11 15:43 [PATCH] fs/coda/psdev.c: Remove duplicate header Sabyasachi Gupta
2019-03-11 16:04 ` Souptick Joarder
  -- strict thread matches above, loose matches on Subject: below --
2019-01-11 15:29 Sabyasachi Gupta
2019-01-14  8:10 ` Souptick Joarder
2019-01-30  2:31   ` Sabyasachi Gupta
2019-02-13 16:16     ` Sabyasachi Gupta

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