[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20211027205327.GC24307@magnolia>
Date: Wed, 27 Oct 2021 13:53:27 -0700
From: "Darrick J. Wong" <djwong@...nel.org>
To: cgel.zte@...il.com
Cc: linux-xfs@...r.kernel.org, linux-kernel@...r.kernel.org,
ran jianping <ran.jianping@....com.cn>,
Zeal Robot <zealci@....com.cn>
Subject: Re: [PATCH xfs] xfs: remove duplicate include in xfs_super.c
On Wed, Oct 27, 2021 at 08:16:52AM +0000, cgel.zte@...il.com wrote:
> From: ran jianping <ran.jianping@....com.cn>
>
> 'xfs_btree.h ' included in 'fs/xfs/xfs_super.c'
> is duplicated.It is also included on the 40 line.
>
> Reported-by: Zeal Robot <zealci@....com.cn>
> Signed-off-by: ran jianping <ran.jianping@....com.cn>
How is this different from the identical patch posted two days ago?
--D
> ---
> fs/xfs/xfs_super.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/fs/xfs/xfs_super.c b/fs/xfs/xfs_super.c
> index f4c508428aad..e21459f9923a 100644
> --- a/fs/xfs/xfs_super.c
> +++ b/fs/xfs/xfs_super.c
> @@ -37,7 +37,6 @@
> #include "xfs_reflink.h"
> #include "xfs_pwork.h"
> #include "xfs_ag.h"
> -#include "xfs_btree.h"
> #include "xfs_defer.h"
>
> #include <linux/magic.h>
> --
> 2.25.1
>
Powered by blists - more mailing lists