lkml.org 
[lkml]   [2021]   [Oct]   [27]   [last100]   RSS Feed
Views: [wrap][no wrap]   [headers]  [forward] 
 
Messages in this thread
Patch in this message
/
From
Subject[PATCH xfs] xfs: remove duplicate include in xfs_super.c
Date
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
\
 
 \ /
  Last update: 2021-10-27 10:18    [W:0.038 / U:0.048 seconds]
©2003-2020 Jasper Spaans|hosted at Digital Ocean and TransIP|Read the blog|Advertise on this site