Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-02-13 Thread Sabyasachi Gupta
On Wed, Jan 30, 2019 at 7:59 AM Sabyasachi Gupta
 wrote:
>
> On Mon, Jan 14, 2019 at 1:34 PM Souptick Joarder  wrote:
> >
> > On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta
> >  wrote:
> > >
> > > Remove linux/xattr.h which is included more than once
> > >
> > > Signed-off-by: Sabyasachi Gupta 
> >
> > Acked-by: Souptick Joarder 
> >
> 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 
> > >  #include 
> > >  #include 
> > > -#include 
> > >  #include "internal.h"
> > >
> > >  #define CACHEFILES_KEYBUF_SIZE 512
> > > --
> > > 2.7.4
> > >


Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-01-29 Thread Sabyasachi Gupta
On Mon, Jan 14, 2019 at 1:34 PM Souptick Joarder  wrote:
>
> On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta
>  wrote:
> >
> > Remove linux/xattr.h which is included more than once
> >
> > Signed-off-by: Sabyasachi Gupta 
>
> Acked-by: Souptick Joarder 
>
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 
> >  #include 
> >  #include 
> > -#include 
> >  #include "internal.h"
> >
> >  #define CACHEFILES_KEYBUF_SIZE 512
> > --
> > 2.7.4
> >


Re: [PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-01-14 Thread Souptick Joarder
On Fri, Jan 11, 2019 at 12:12 PM Sabyasachi Gupta
 wrote:
>
> Remove linux/xattr.h which is included more than once
>
> Signed-off-by: Sabyasachi Gupta 

Acked-by: Souptick Joarder 

> ---
>  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 
>  #include 
>  #include 
> -#include 
>  #include "internal.h"
>
>  #define CACHEFILES_KEYBUF_SIZE 512
> --
> 2.7.4
>


[PATCH] fs/cachefiles/namei.c: Remove duplicate header

2019-01-10 Thread Sabyasachi Gupta
Remove linux/xattr.h which is included more than once

Signed-off-by: Sabyasachi Gupta 
---
 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 
 #include 
 #include 
-#include 
 #include "internal.h"
 
 #define CACHEFILES_KEYBUF_SIZE 512
-- 
2.7.4