public inbox for linux-xfs@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH xfs] xfs: remove duplicate include in xfs_super.c
@ 2021-10-27  8:16 cgel.zte
  2021-10-27 20:53 ` Darrick J. Wong
  0 siblings, 1 reply; 2+ messages in thread
From: cgel.zte @ 2021-10-27  8:16 UTC (permalink / raw)
  To: djwong; +Cc: linux-xfs, linux-kernel, ran jianping, Zeal Robot

From: ran jianping <ran.jianping@zte.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@zte.com.cn>
Signed-off-by: ran jianping <ran.jianping@zte.com.cn>
---
 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


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

* Re: [PATCH xfs] xfs: remove duplicate include in xfs_super.c
  2021-10-27  8:16 [PATCH xfs] xfs: remove duplicate include in xfs_super.c cgel.zte
@ 2021-10-27 20:53 ` Darrick J. Wong
  0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2021-10-27 20:53 UTC (permalink / raw)
  To: cgel.zte; +Cc: linux-xfs, linux-kernel, ran jianping, Zeal Robot

On Wed, Oct 27, 2021 at 08:16:52AM +0000, cgel.zte@gmail.com wrote:
> From: ran jianping <ran.jianping@zte.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@zte.com.cn>
> Signed-off-by: ran jianping <ran.jianping@zte.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
> 

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

end of thread, other threads:[~2021-10-27 20:53 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-10-27  8:16 [PATCH xfs] xfs: remove duplicate include in xfs_super.c cgel.zte
2021-10-27 20:53 ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox