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 for Android: free password hash cracker in your pocket
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <bdbq7ozwqgcde7zntvkhka3fksuvvzge2j5yr5lf42etkr3stq@zoniil6zmhfb>
Date: Wed, 12 Mar 2025 10:01:02 +0100
From: Carlos Maiolino <cem@...nel.org>
To: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
Cc: djwong@...nel.org, linux-xfs@...r.kernel.org, 
	linux-kernel@...r.kernel.org, Abaci Robot <abaci@...ux.alibaba.com>
Subject: Re: [PATCH -next] xfs: Remove duplicate xfs_rtbitmap.h header

On Wed, Mar 12, 2025 at 09:44:51AM +0800, Jiapeng Chong wrote:
> ./fs/xfs/libxfs/xfs_sb.c: xfs_rtbitmap.h is included more than once.
> 
> Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=19446
> Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>

This fixes an issue on the zoned device series, so, I'm adding to the commit:

Fixes: 2167eaabe2fa ("xfs: define the zoned on-disk format")

Thanks!

> ---
>  fs/xfs/libxfs/xfs_sb.c | 1 -
>  1 file changed, 1 deletion(-)
> 
> diff --git a/fs/xfs/libxfs/xfs_sb.c b/fs/xfs/libxfs/xfs_sb.c
> index e42bfd04a7c6..711e180f9ebb 100644
> --- a/fs/xfs/libxfs/xfs_sb.c
> +++ b/fs/xfs/libxfs/xfs_sb.c
> @@ -30,7 +30,6 @@
>  #include "xfs_rtgroup.h"
>  #include "xfs_rtrmap_btree.h"
>  #include "xfs_rtrefcount_btree.h"
> -#include "xfs_rtbitmap.h"
> 
>  /*
>   * Physical superblock buffer manipulations. Shared with libxfs in userspace.
> --
> 2.32.0.3.g01195cf9f
> 

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ