All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/cachefiles/namei.c: Remove duplicate header
@ 2019-03-11 15:35 Sabyasachi Gupta
  2019-03-11 16:02 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-03-11 15:35 UTC (permalink / raw)
  To: akpm; +Cc: dhowells, linux-cachefs, linux-kernel, jrdr.linux

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

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

diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
index 95983c7..edecb7f 100644
--- a/fs/cachefiles/namei.c
+++ b/fs/cachefiles/namei.c
@@ -20,7 +20,6 @@
 #include <linux/namei.h>
 #include <linux/security.h>
 #include <linux/slab.h>
-#include <linux/xattr.h>
 #include "internal.h"
 
 #define CACHEFILES_KEYBUF_SIZE 512
-- 
2.7.4


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

* Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header
  2019-03-11 15:35 [PATCH] fs/cachefiles/namei.c: Remove duplicate header Sabyasachi Gupta
@ 2019-03-11 16:02 ` Souptick Joarder
  0 siblings, 0 replies; 6+ messages in thread
From: Souptick Joarder @ 2019-03-11 16:02 UTC (permalink / raw)
  To: Sabyasachi Gupta; +Cc: Andrew Morton, dhowells, linux-cachefs, linux-kernel

On Mon, Mar 11, 2019 at 9:05 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/xattr.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/cachefiles/namei.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
> index 95983c7..edecb7f 100644
> --- a/fs/cachefiles/namei.c
> +++ b/fs/cachefiles/namei.c
> @@ -20,7 +20,6 @@
>  #include <linux/namei.h>
>  #include <linux/security.h>
>  #include <linux/slab.h>
> -#include <linux/xattr.h>
>  #include "internal.h"
>
>  #define CACHEFILES_KEYBUF_SIZE 512
> --
> 2.7.4
>

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

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

On Wed, Jan 30, 2019 at 7:59 AM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> On Mon, Jan 14, 2019 at 1:34 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
> >
> > On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta
> > <sabyasachi.linux@gmail.com> wrote:
> > >
> > > Remove linux/xattr.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/cachefiles/namei.c | 1 -
> > >  1 file changed, 1 deletion(-)
> > >
> > > diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
> > > index 95983c7..edecb7f 100644
> > > --- a/fs/cachefiles/namei.c
> > > +++ b/fs/cachefiles/namei.c
> > > @@ -20,7 +20,6 @@
> > >  #include <linux/namei.h>
> > >  #include <linux/security.h>
> > >  #include <linux/slab.h>
> > > -#include <linux/xattr.h>
> > >  #include "internal.h"
> > >
> > >  #define CACHEFILES_KEYBUF_SIZE 512
> > > --
> > > 2.7.4
> > >

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

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

On Mon, Jan 14, 2019 at 1:34 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta
> <sabyasachi.linux@gmail.com> wrote:
> >
> > Remove linux/xattr.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/cachefiles/namei.c | 1 -
> >  1 file changed, 1 deletion(-)
> >
> > diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
> > index 95983c7..edecb7f 100644
> > --- a/fs/cachefiles/namei.c
> > +++ b/fs/cachefiles/namei.c
> > @@ -20,7 +20,6 @@
> >  #include <linux/namei.h>
> >  #include <linux/security.h>
> >  #include <linux/slab.h>
> > -#include <linux/xattr.h>
> >  #include "internal.h"
> >
> >  #define CACHEFILES_KEYBUF_SIZE 512
> > --
> > 2.7.4
> >

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

* Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header
  2019-01-11  6:42 Sabyasachi Gupta
@ 2019-01-14  8:03 ` Souptick Joarder
  2019-01-30  2:29   ` Sabyasachi Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Souptick Joarder @ 2019-01-14  8:03 UTC (permalink / raw)
  To: Sabyasachi Gupta; +Cc: dhowells, linux-cachefs, linux-kernel, Brajeswar Ghosh

On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/xattr.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/cachefiles/namei.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
> index 95983c7..edecb7f 100644
> --- a/fs/cachefiles/namei.c
> +++ b/fs/cachefiles/namei.c
> @@ -20,7 +20,6 @@
>  #include <linux/namei.h>
>  #include <linux/security.h>
>  #include <linux/slab.h>
> -#include <linux/xattr.h>
>  #include "internal.h"
>
>  #define CACHEFILES_KEYBUF_SIZE 512
> --
> 2.7.4
>

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

* [PATCH] fs/cachefiles/namei.c: Remove duplicate header
@ 2019-01-11  6:42 Sabyasachi Gupta
  2019-01-14  8:03 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-01-11  6:42 UTC (permalink / raw)
  To: dhowells; +Cc: jrdr.linux, linux-cachefs, linux-kernel, brajeswar.linux

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

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

diff --git a/fs/cachefiles/namei.c b/fs/cachefiles/namei.c
index 95983c7..edecb7f 100644
--- a/fs/cachefiles/namei.c
+++ b/fs/cachefiles/namei.c
@@ -20,7 +20,6 @@
 #include <linux/namei.h>
 #include <linux/security.h>
 #include <linux/slab.h>
-#include <linux/xattr.h>
 #include "internal.h"
 
 #define CACHEFILES_KEYBUF_SIZE 512
-- 
2.7.4


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

end of thread, other threads:[~2019-03-11 16:03 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:35 [PATCH] fs/cachefiles/namei.c: Remove duplicate header Sabyasachi Gupta
2019-03-11 16:02 ` Souptick Joarder
  -- strict thread matches above, loose matches on Subject: below --
2019-01-11  6:42 Sabyasachi Gupta
2019-01-14  8:03 ` Souptick Joarder
2019-01-30  2:29   ` Sabyasachi Gupta
2019-02-13 16:14     ` Sabyasachi Gupta

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.