Re: linux-next: build failure after merge of the xfs tree

From: Carlos Maiolino
Date: Fri Jul 18 2025 - 04:31:12 EST


On Fri, Jul 18, 2025 at 10:08:36AM +1000, Stephen Rothwell wrote:
> Hi all,
>
> After merging the xfs tree, today's linux-next build (x86_64 allmodconfig)
> failed like this:
>
> fs/xfs/xfs_notify_failure.c: In function 'xfs_dax_notify_dev_failure':
> fs/xfs/xfs_notify_failure.c:353:1: error: label 'out' defined but not used [-Werror=unused-label]
> 353 | out:
> | ^~~
>
> Caused by commit
>
> e967dc40d501 ("xfs: return the allocated transaction from xfs_trans_alloc_empty")
>
> I have used the xfs tree from next-20250717 for today.

Thanks for the heads up Stephen. I didn't catch those errors while build
testing here. Could you please share with me the build options you usually
use so I can tweak my system to catch those errors before pushing them to
linux-next?

Carlos

>
> --
> Cheers,
> Stephen Rothwell