On Tue, Nov 28, 2023 at 05:55:51PM +0530, Naresh Kamboju wrote:
Following x86 and i386 build regressions noticed on Linux next-20231128 tag.
Build log:
fs/btrfs/super.c: In function 'btrfs_parse_param': fs/btrfs/super.c:416:25: error: 'ret' undeclared (first use in this function); did you mean 'net'? 416 | ret = -EINVAL; | ^~~ | net fs/btrfs/super.c:416:25: note: each undeclared identifier is reported only once for each function it appears in fs/btrfs/super.c:417:25: error: label 'out' used but not defined 417 | goto out; | ^~~~ make[5]: *** [scripts/Makefile.build:243: fs/btrfs/super.o] Error 1
Fixed in today's for-next snapshot, thanks.