]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
xfs: Remove duplicate xfs_trans_priv.h header
authorJiapeng Chong <jiapeng.chong@linux.alibaba.com>
Wed, 10 Jul 2024 02:45:14 +0000 (10:45 +0800)
committerChandan Babu R <chandanbabu@kernel.org>
Tue, 3 Sep 2024 04:37:41 +0000 (10:07 +0530)
./fs/xfs/libxfs/xfs_defer.c: xfs_trans_priv.h is included more than once.

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9491
Signed-off-by: Jiapeng Chong <jiapeng.chong@linux.alibaba.com>
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
Signed-off-by: Chandan Babu R <chandanbabu@kernel.org>
fs/xfs/libxfs/xfs_defer.c

index 40021849b42f0a0485a2fd04ec7b1143b8bf80a7..2cd212ad2c1d98ee14df8f3109f8cf833e52a980 100644 (file)
@@ -28,7 +28,6 @@
 #include "xfs_da_format.h"
 #include "xfs_da_btree.h"
 #include "xfs_attr.h"
-#include "xfs_trans_priv.h"
 #include "xfs_exchmaps.h"
 
 static struct kmem_cache       *xfs_defer_pending_cache;