Skip to content

Commit 1f5619e

Browse files
Yang LiDarrick J. Wong
authored andcommitted
xfs: Remove duplicated include in xfs_iomap.c
./fs/xfs/xfs_iomap.c: xfs_error.h is included more than once. ./fs/xfs/xfs_iomap.c: xfs_errortag.h is included more than once. Link: https://bugzilla.openanolis.cn/show_bug.cgi?id=3337 Reported-by: Abaci Robot <[email protected]> Signed-off-by: Yang Li <[email protected]> Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Darrick J. Wong <[email protected]>
1 parent ddfdd53 commit 1f5619e

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

fs/xfs/xfs_iomap.c

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,8 +27,6 @@
2727
#include "xfs_dquot_item.h"
2828
#include "xfs_dquot.h"
2929
#include "xfs_reflink.h"
30-
#include "xfs_error.h"
31-
#include "xfs_errortag.h"
3230

3331
#define XFS_ALLOC_ALIGN(mp, off) \
3432
(((off) >> mp->m_allocsize_log) << mp->m_allocsize_log)

0 commit comments

Comments
 (0)