linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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; 8+ 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] 8+ messages in thread
* [PATCH] fs/block_dev.c: Remove duplicate header
@ 2019-01-10 15:25 Sabyasachi Gupta
  2019-01-10 15:25 ` Sabyasachi Gupta
  2019-01-16 12:16 ` Souptick Joarder
  0 siblings, 2 replies; 8+ 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] 8+ messages in thread

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

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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).