lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20250819131440.153791-1-liaoyuanhong@vivo.com>
Date: Tue, 19 Aug 2025 21:14:38 +0800
From: Liao Yuanhong <liaoyuanhong@...o.com>
To: Carlos Maiolino <cem@...nel.org>,
	"Darrick J. Wong" <djwong@...nel.org>,
	linux-xfs@...r.kernel.org (open list:XFS FILESYSTEM),
	linux-kernel@...r.kernel.org (open list)
Cc: Liao Yuanhong <liaoyuanhong@...o.com>
Subject: [PATCH] xfs: Remove redundant header files

The header file "xfs_rtbitmap.h" is already included on line 24. Remove the
redundant include.

Fixes: f1a6d9b4c3177 ("xfs: online repair of realtime file bmaps")
Signed-off-by: Liao Yuanhong <liaoyuanhong@...o.com>
---
 fs/xfs/scrub/repair.c | 1 -
 1 file changed, 1 deletion(-)

diff --git a/fs/xfs/scrub/repair.c b/fs/xfs/scrub/repair.c
index d00c18954a26..e35a1c56d706 100644
--- a/fs/xfs/scrub/repair.c
+++ b/fs/xfs/scrub/repair.c
@@ -38,7 +38,6 @@
 #include "xfs_attr.h"
 #include "xfs_dir2.h"
 #include "xfs_rtrmap_btree.h"
-#include "xfs_rtbitmap.h"
 #include "xfs_rtgroup.h"
 #include "xfs_rtalloc.h"
 #include "xfs_metafile.h"
-- 
2.34.1


Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ