All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] fs/block_dev.c: Remove duplicate header
@ 2019-01-10 15:25 Sabyasachi Gupta
  2019-01-16 12:16 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-01-10 15:25 UTC (permalink / raw)
  To: viro; +Cc: jrdr.linux, linux-fsdevel, linux-kernel, brajeswar.linux

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

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 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


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

* Re: [PATCH] fs/block_dev.c: Remove duplicate header
  2019-01-10 15:25 [PATCH] fs/block_dev.c: Remove duplicate header Sabyasachi Gupta
@ 2019-01-16 12:16 ` Souptick Joarder
  2019-01-30  2:26   ` Sabyasachi Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Souptick Joarder @ 2019-01-16 12:16 UTC (permalink / raw)
  To: Sabyasachi Gupta; +Cc: Al Viro, linux-fsdevel, linux-kernel, Brajeswar Ghosh

On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/dax.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/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
>

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

* Re: [PATCH] fs/block_dev.c: Remove duplicate header
  2019-01-16 12:16 ` Souptick Joarder
@ 2019-01-30  2:26   ` Sabyasachi Gupta
  2019-02-13 16:11     ` Sabyasachi Gupta
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-01-30  2:26 UTC (permalink / raw)
  To: Souptick Joarder; +Cc: Al Viro, linux-fsdevel, linux-kernel, Brajeswar Ghosh

On Wed, Jan 16, 2019 at 5:46 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
>
> On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta
> <sabyasachi.linux@gmail.com> wrote:
> >
> > Remove linux/dax.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/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
> >

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

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

On Wed, Jan 30, 2019 at 7:56 AM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> On Wed, Jan 16, 2019 at 5:46 PM Souptick Joarder <jrdr.linux@gmail.com> wrote:
> >
> > On Thu, Jan 10, 2019 at 8:55 PM Sabyasachi Gupta
> > <sabyasachi.linux@gmail.com> wrote:
> > >
> > > Remove linux/dax.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/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
> > >

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

* Re: [PATCH] fs/block_dev.c: Remove duplicate header
  2019-03-11 15:28 Sabyasachi Gupta
@ 2019-03-11 15:49 ` Souptick Joarder
  0 siblings, 0 replies; 6+ messages in thread
From: Souptick Joarder @ 2019-03-11 15:49 UTC (permalink / raw)
  To: Sabyasachi Gupta; +Cc: Andrew Morton, Al Viro, linux-fsdevel, linux-kernel

On Mon, Mar 11, 2019 at 8:58 PM Sabyasachi Gupta
<sabyasachi.linux@gmail.com> wrote:
>
> Remove linux/dax.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/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
>

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

* [PATCH] fs/block_dev.c: Remove duplicate header
@ 2019-03-11 15:28 Sabyasachi Gupta
  2019-03-11 15:49 ` Souptick Joarder
  0 siblings, 1 reply; 6+ messages in thread
From: Sabyasachi Gupta @ 2019-03-11 15:28 UTC (permalink / raw)
  To: akpm; +Cc: viro, linux-fsdevel, linux-kernel, jrdr.linux

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

Signed-off-by: Sabyasachi Gupta <sabyasachi.linux@gmail.com>
---
 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


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

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

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-01-10 15:25 [PATCH] fs/block_dev.c: Remove duplicate header Sabyasachi Gupta
2019-01-16 12:16 ` Souptick Joarder
2019-01-30  2:26   ` Sabyasachi Gupta
2019-02-13 16:11     ` Sabyasachi Gupta
2019-03-11 15:28 Sabyasachi Gupta
2019-03-11 15:49 ` Souptick Joarder

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.