diff options
author | Yang Li <yang.lee@linux.alibaba.com> | 2022-12-02 13:30:51 -0800 |
---|---|---|
committer | Darrick J. Wong <djwong@kernel.org> | 2022-12-04 09:42:59 -0800 |
commit | 1f5619ed881081be300db61da552ffae7163bb72 (patch) | |
tree | e8f2c008e2cbf0c598dbf7405ec99dd618ae2da4 /fs/xfs | |
parent | ddfdd530e43fcb3f7a0a69966e5f6c33497b4ae3 (diff) | |
download | linux-stable-1f5619ed881081be300db61da552ffae7163bb72.tar.gz linux-stable-1f5619ed881081be300db61da552ffae7163bb72.tar.bz2 linux-stable-1f5619ed881081be300db61da552ffae7163bb72.zip |
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>
Diffstat (limited to 'fs/xfs')
-rw-r--r-- | fs/xfs/xfs_iomap.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/fs/xfs/xfs_iomap.c b/fs/xfs/xfs_iomap.c index 68436370927d..43f447199c08 100644 --- a/fs/xfs/xfs_iomap.c +++ b/fs/xfs/xfs_iomap.c @@ -27,8 +27,6 @@ #include "xfs_dquot_item.h" #include "xfs_dquot.h" #include "xfs_reflink.h" -#include "xfs_error.h" -#include "xfs_errortag.h" #define XFS_ALLOC_ALIGN(mp, off) \ (((off) >> mp->m_allocsize_log) << mp->m_allocsize_log) |