Using make includecheck, we can see the message ./fs/xfs/libxfs/xfs_defer.c: xfs_trans_priv.h is included more than once. So, remove one of them. Signed-off-by: Julian Sun <sunjunchao2870@xxxxxxxxx> --- fs/xfs/libxfs/xfs_defer.c | 1 - 1 file changed, 1 deletion(-) diff --git a/fs/xfs/libxfs/xfs_defer.c b/fs/xfs/libxfs/xfs_defer.c index 40021849b42f..8a73458f5acf 100644 --- a/fs/xfs/libxfs/xfs_defer.c +++ b/fs/xfs/libxfs/xfs_defer.c @@ -12,7 +12,6 @@ #include "xfs_mount.h" #include "xfs_defer.h" #include "xfs_trans.h" -#include "xfs_trans_priv.h" #include "xfs_buf_item.h" #include "xfs_inode.h" #include "xfs_inode_item.h" -- 2.39.2