* [PATCH] xfs: Remove redundant header files
@ 2025-08-19 13:14 Liao Yuanhong
2025-08-20 5:39 ` Darrick J. Wong
0 siblings, 1 reply; 2+ messages in thread
From: Liao Yuanhong @ 2025-08-19 13:14 UTC (permalink / raw)
To: Carlos Maiolino, Darrick J. Wong, open list:XFS FILESYSTEM,
open list
Cc: Liao Yuanhong
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@vivo.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
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] xfs: Remove redundant header files
2025-08-19 13:14 [PATCH] xfs: Remove redundant header files Liao Yuanhong
@ 2025-08-20 5:39 ` Darrick J. Wong
0 siblings, 0 replies; 2+ messages in thread
From: Darrick J. Wong @ 2025-08-20 5:39 UTC (permalink / raw)
To: Liao Yuanhong; +Cc: Carlos Maiolino, open list:XFS FILESYSTEM, open list
On Tue, Aug 19, 2025 at 09:14:38PM +0800, Liao Yuanhong wrote:
> 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@vivo.com>
https://lore.kernel.org/linux-xfs/20250319034806.3812673-1-nichen@iscas.ac.cn/
?
--D
> ---
> 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
>
>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2025-08-20 5:39 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-19 13:14 [PATCH] xfs: Remove redundant header files Liao Yuanhong
2025-08-20 5:39 ` Darrick J. Wong
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).