linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fs/block_dev.c: remove unused header file badblocks.h
@ 2019-04-08 10:33 Chengguang Xu
  2019-04-08 16:02 ` Bart Van Assche
  0 siblings, 1 reply; 2+ messages in thread
From: Chengguang Xu @ 2019-04-08 10:33 UTC (permalink / raw)
  To: linux-block, linux-fsdevel; +Cc: viro, axboe, Chengguang Xu

This patch just removes unused header file badblocks.h
from fs/block_dev.c

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
---
 fs/block_dev.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/block_dev.c b/fs/block_dev.c
index 78d3257435c0..6b584817d461 100644
--- a/fs/block_dev.c
+++ b/fs/block_dev.c
@@ -30,7 +30,6 @@
 #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>
 #include <linux/uaccess.h>
--
2.20.1


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

end of thread, other threads:[~2019-04-08 16:02 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-04-08 10:33 [PATCH] fs/block_dev.c: remove unused header file badblocks.h Chengguang Xu
2019-04-08 16:02 ` Bart Van Assche

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).