Commit 1f5619ed authored by Yang Li's avatar Yang Li Committed by Darrick J. Wong
Browse files

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: default avatarAbaci Robot <abaci@linux.alibaba.com>
Signed-off-by: default avatarYang Li <yang.lee@linux.alibaba.com>
Reviewed-by: default avatarDarrick J. Wong <djwong@kernel.org>
Signed-off-by: default avatarDarrick J. Wong <djwong@kernel.org>
parent ddfdd530
Loading
Loading
Loading
Loading
+0 −2
Original line number Original line Diff line number Diff line
@@ -27,8 +27,6 @@
#include "xfs_dquot_item.h"
#include "xfs_dquot_item.h"
#include "xfs_dquot.h"
#include "xfs_dquot.h"
#include "xfs_reflink.h"
#include "xfs_reflink.h"
#include "xfs_error.h"
#include "xfs_errortag.h"


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