linux-fsdevel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] fs/block_dev.c: remove unused include
@ 2019-04-09 10:37 Chengguang Xu
  2019-04-09 15:01 ` Bart Van Assche
  2019-04-09 23:17 ` Al Viro
  0 siblings, 2 replies; 3+ messages in thread
From: Chengguang Xu @ 2019-04-09 10:37 UTC (permalink / raw)
  To: linux-block, linux-fsdevel; +Cc: viro, axboe, Chengguang Xu

Just remove unused include <linux/badblocks.h> from
fs/block_dev.c.

Signed-off-by: Chengguang Xu <cgxu519@gmx.com>
---
v1->v2:
- Modify patch title and commit log.

 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] 3+ messages in thread

* Re: [PATCH v2] fs/block_dev.c: remove unused include
  2019-04-09 10:37 [PATCH v2] fs/block_dev.c: remove unused include Chengguang Xu
@ 2019-04-09 15:01 ` Bart Van Assche
  2019-04-09 23:17 ` Al Viro
  1 sibling, 0 replies; 3+ messages in thread
From: Bart Van Assche @ 2019-04-09 15:01 UTC (permalink / raw)
  To: Chengguang Xu, linux-block, linux-fsdevel; +Cc: viro, axboe

On Tue, 2019-04-09 at 18:37 +0800, Chengguang Xu wrote:
> Just remove unused include <linux/badblocks.h> from
> fs/block_dev.c.

Reviewed-by: Bart Van Assche <bvanassche@acm.org>



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

* Re: [PATCH v2] fs/block_dev.c: remove unused include
  2019-04-09 10:37 [PATCH v2] fs/block_dev.c: remove unused include Chengguang Xu
  2019-04-09 15:01 ` Bart Van Assche
@ 2019-04-09 23:17 ` Al Viro
  1 sibling, 0 replies; 3+ messages in thread
From: Al Viro @ 2019-04-09 23:17 UTC (permalink / raw)
  To: Chengguang Xu; +Cc: linux-block, linux-fsdevel, axboe

On Tue, Apr 09, 2019 at 06:37:52PM +0800, Chengguang Xu wrote:
> Just remove unused include <linux/badblocks.h> from
> fs/block_dev.c.

Applied

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

end of thread, other threads:[~2019-04-09 23:17 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-09 10:37 [PATCH v2] fs/block_dev.c: remove unused include Chengguang Xu
2019-04-09 15:01 ` Bart Van Assche
2019-04-09 23:17 ` Al Viro

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