From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: smtp.subspace.kernel.org; dkim=none Received: from smtp-out1.suse.de (smtp-out1.suse.de [195.135.223.130]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id EE4C310C9; Wed, 29 Nov 2023 04:02:25 -0800 (PST) Received: from imap2.dmz-prg2.suse.org (imap2.dmz-prg2.suse.org [IPv6:2a07:de40:b281:104:10:150:64:98]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by smtp-out1.suse.de (Postfix) with ESMTPS id 4B8A621AD1; Wed, 29 Nov 2023 12:02:24 +0000 (UTC) Received: from imap2.dmz-prg2.suse.org (localhost [127.0.0.1]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) key-exchange X25519 server-signature RSA-PSS (4096 bits) server-digest SHA256) (No client certificate requested) by imap2.dmz-prg2.suse.org (Postfix) with ESMTPS id 2C4761376F; Wed, 29 Nov 2023 12:02:24 +0000 (UTC) Received: from dovecot-director2.suse.de ([10.150.64.162]) by imap2.dmz-prg2.suse.org with ESMTPSA id uAubClAoZ2XfAgAAn2gu4w (envelope-from ); Wed, 29 Nov 2023 12:02:24 +0000 Date: Wed, 29 Nov 2023 12:55:11 +0100 From: David Sterba To: Naresh Kamboju Cc: open list , lkft-triage@lists.linaro.org, regressions@lists.linux.dev, linux-btrfs@vger.kernel.org, Linux-Next Mailing List , Josef Bacik , David Sterba , Chris Mason , Anders Roxell , Arnd Bergmann Subject: Re: btrfs: super.c:416:25: error: 'ret' undeclared (first use in this function); did you mean 'net'? Message-ID: <20231129115511.GP18929@twin.jikos.cz> Reply-To: dsterba@suse.cz References: Precedence: bulk X-Mailing-List: linux-btrfs@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: User-Agent: Mutt/1.5.23.1-rc1 (2014-03-12) X-Spam-Level: X-Rspamd-Server: rspamd1 Authentication-Results: smtp-out1.suse.de; none X-Rspamd-Queue-Id: 4B8A621AD1 X-Spam-Score: -4.00 X-Spamd-Result: default: False [-4.00 / 50.00]; REPLY(-4.00)[] 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.