projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5ca5916
)
xfs: Remove duplicated include in xfs_super
author
Wan Jiabing
<wanjiabing@vivo.com>
Tue, 26 Oct 2021 01:53:43 +0000
(18:53 -0700)
committer
Darrick J. Wong
<djwong@kernel.org>
Sat, 30 Oct 2021 16:28:49 +0000
(09:28 -0700)
Fix following checkincludes.pl warning:
./fs/xfs/xfs_super.c: xfs_btree.h is included more than once.
The include is in line 15. Remove the duplicated here.
Signed-off-by: Wan Jiabing <wanjiabing@vivo.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Darrick J. Wong <djwong@kernel.org>
fs/xfs/xfs_super.c
patch
|
blob
|
blame
|
history
diff --git
a/fs/xfs/xfs_super.c
b/fs/xfs/xfs_super.c
index f4c508428aade80cf5d54a64a2bdf95b9e08612a..e21459f9923a8a8ef47158e1099e8f772abb35dc 100644
(file)
--- 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>