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 <abaci@linux.alibaba.com> Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Darrick J. Wong <djwong@kernel.org>
1 parent ddfdd53 commit 1f5619e

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

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)