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 <[email protected]>
> ---
>  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.

Reply via email to