Skip to content

Commit

Permalink
xfs: Remove duplicated include in xfs_super
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Wan Jiabing authored and Darrick J. Wong committed Oct 30, 2021
1 parent 5ca5916 commit 0b9007e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/xfs/xfs_super.c
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down

0 comments on commit 0b9007e

Please sign in to comment.