xfs: Remove duplicated include in xfs_iomap.c
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 2 Dec 2022 21:30:51 +0000 (13:30 -0800)
committerDarrick J. Wong <djwong@kernel.org>
Sun, 4 Dec 2022 17:42:59 +0000 (09:42 -0800)
commit1f5619ed881081be300db61da552ffae7163bb72
treee8f2c008e2cbf0c598dbf7405ec99dd618ae2da4
parentddfdd530e43fcb3f7a0a69966e5f6c33497b4ae3
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>
fs/xfs/xfs_iomap.c