From: Jiapeng Chong Date: Wed, 10 Jul 2024 02:45:14 +0000 (+0800) Subject: xfs: Remove duplicate xfs_trans_priv.h header X-Git-Tag: v6.12-rc1~138^2~7 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=9db384feea8579f2e57fd49e955fb6dc79504906;p=thirdparty%2Fkernel%2Flinux.git xfs: Remove duplicate xfs_trans_priv.h header ./fs/xfs/libxfs/xfs_defer.c: xfs_trans_priv.h is included more than once. Reported-by: Abaci Robot Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=9491 Signed-off-by: Jiapeng Chong Reviewed-by: Darrick J. Wong Signed-off-by: Chandan Babu R --- diff --git a/fs/xfs/libxfs/xfs_defer.c b/fs/xfs/libxfs/xfs_defer.c index 40021849b42f0..2cd212ad2c1d9 100644 --- a/fs/xfs/libxfs/xfs_defer.c +++ b/fs/xfs/libxfs/xfs_defer.c @@ -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;