2019-01-10 15:28:21

by Sabyasachi Gupta

[permalink] [raw]
Subject: [PATCH] fs/block_dev.c: Remove duplicate header

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

Signed-off-by: Sabyasachi Gupta <[email protected]>
---
fs/block_dev.c | 1 -
1 file changed, 1 deletion(-)

diff --git a/fs/block_dev.c b/fs/block_dev.c
index cdda48f..8abcdb6 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -29,7 +29,6 @@
#include <linux/namei.h>
#include <linux/log2.h>
#include <linux/cleancache.h>
-#include <linux/dax.h>
#include <linux/badblocks.h>
#include <linux/task_io_accounting_ops.h>
#include <linux/falloc.h>
--
2.7.4



2019-01-16 20:18:18

by Souptick Joarder

[permalink] [raw]
Subject: Re: [PATCH] fs/block_dev.c: Remove duplicate header

On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta
<[email protected]> wrote:
>
> Remove linux/dax.h which is included more than once.
>
> Signed-off-by: Sabyasachi Gupta <[email protected]>

Acked-by: Souptick Joarder <[email protected]>

> ---
> fs/block_dev.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/block_dev.c b/fs/block_dev.c
> index cdda48f..8abcdb6 100644
> --- a/fs/block_dev.c
> +++ b/fs/block_dev.c
> @@ -29,7 +29,6 @@
> #include <linux/namei.h>
> #include <linux/log2.h>
> #include <linux/cleancache.h>
> -#include <linux/dax.h>
> #include <linux/badblocks.h>
> #include <linux/task_io_accounting_ops.h>
> #include <linux/falloc.h>
> --
> 2.7.4
>

2019-01-30 02:27:36

by Sabyasachi Gupta

[permalink] [raw]
Subject: Re: [PATCH] fs/block_dev.c: Remove duplicate header

On Wed, Jan 16, 2019 at 5:46 PM Souptick Joarder <[email protected]> wrote:
>
> On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta
> <[email protected]> wrote:
> >
> > Remove linux/dax.h which is included more than once.
> >
> > Signed-off-by: Sabyasachi Gupta <[email protected]>
>
> Acked-by: Souptick Joarder <[email protected]>
>
If no further comment, can we get this patch in queue for 5.1 ?
> > ---
> > fs/block_dev.c | 1 -
> > 1 file changed, 1 deletion(-)
> >
> > diff --git a/fs/block_dev.c b/fs/block_dev.c
> > index cdda48f..8abcdb6 100644
> > --- a/fs/block_dev.c
> > +++ b/fs/block_dev.c
> > @@ -29,7 +29,6 @@
> > #include <linux/namei.h>
> > #include <linux/log2.h>
> > #include <linux/cleancache.h>
> > -#include <linux/dax.h>
> > #include <linux/badblocks.h>
> > #include <linux/task_io_accounting_ops.h>
> > #include <linux/falloc.h>
> > --
> > 2.7.4
> >

2019-02-13 16:22:04

by Sabyasachi Gupta

[permalink] [raw]
Subject: Re: [PATCH] fs/block_dev.c: Remove duplicate header

On Wed, Jan 30, 2019 at 7:56 AM Sabyasachi Gupta
<[email protected]> wrote:
>
> On Wed, Jan 16, 2019 at 5:46 PM Souptick Joarder <[email protected]> wrote:
> >
> > On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta
> > <[email protected]> wrote:
> > >
> > > Remove linux/dax.h which is included more than once.
> > >
> > > Signed-off-by: Sabyasachi Gupta <[email protected]>
> >
> > Acked-by: Souptick Joarder <[email protected]>
> >
> 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/block_dev.c | 1 -
> > > 1 file changed, 1 deletion(-)
> > >
> > > diff --git a/fs/block_dev.c b/fs/block_dev.c
> > > index cdda48f..8abcdb6 100644
> > > --- a/fs/block_dev.c
> > > +++ b/fs/block_dev.c
> > > @@ -29,7 +29,6 @@
> > > #include <linux/namei.h>
> > > #include <linux/log2.h>
> > > #include <linux/cleancache.h>
> > > -#include <linux/dax.h>
> > > #include <linux/badblocks.h>
> > > #include <linux/task_io_accounting_ops.h>
> > > #include <linux/falloc.h>
> > > --
> > > 2.7.4
> > >