Message ID | 5c3763f1.1c69fb81.f2570.4457@mx.google.com |
---|---|
State | In Next |
Commit | 73a37cd2d761a59ea293b9aaf7cf7416f4dcef03 |
Headers | show |
Series |
|
Related | show |
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 >
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 > >
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 > > >
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>
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(-)