All of lore.kernel.org
 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

* Re: [PATCH] fs/block_dev.c: remove unused header file badblocks.h
  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
  0 siblings, 0 replies; 2+ messages in thread
From: Bart Van Assche @ 2019-04-08 16:02 UTC (permalink / raw)
  To: Chengguang Xu, linux-block, linux-fsdevel; +Cc: viro, axboe

On Mon, 2019-04-08 at 18:33 +0800, Chengguang Xu wrote:
> 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
>  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>

This patch does not remove a header file but removes an include directive.
Please make sure that the patch title is not misleading.

Thanks,

Bart.

^ permalink raw reply	[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 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.