From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: X-Spam-Checker-Version: SpamAssassin 3.4.0 (2014-02-07) on aws-us-west-2-korg-lkml-1.web.codeaurora.org Received: from vger.kernel.org (vger.kernel.org [23.128.96.18]) by smtp.lore.kernel.org (Postfix) with ESMTP id 4E3DBC4167B for ; Sun, 26 Nov 2023 22:46:45 +0000 (UTC) Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S230401AbjKZWqf (ORCPT ); Sun, 26 Nov 2023 17:46:35 -0500 Received: from lindbergh.monkeyblade.net ([23.128.96.19]:58230 "EHLO lindbergh.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S229472AbjKZWqc (ORCPT ); Sun, 26 Nov 2023 17:46:32 -0500 Received: from gandalf.ozlabs.org (mail.ozlabs.org [IPv6:2404:9400:2221:ea00::3]) by lindbergh.monkeyblade.net (Postfix) with ESMTPS id D3C85F5; Sun, 26 Nov 2023 14:46:37 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=canb.auug.org.au; s=201702; t=1701038796; bh=PVgGgNoaOdmqCKPYonw8sJgB6f3rSg0NFL478UbKrP4=; h=Date:From:To:Cc:Subject:From; b=dzw1BjTprqAPP1GuY9bNtSvfqrKFXTcj8iYRL3JKQ9hk8kPpklHKobNevtYkrUif5 kzs/4GKGWWnVst5bi+GzuPJihslgrJCDz1PrSdWu4gqEmp37V/kYX/4enxkd9NUB/q NtduXgm8PGPOcvpU3MqOxcc9YvpbSjR5cxunnjvvGq3GFqYNiNZMY9MnVghCtt9R9e 6olSOLHcJEZ0bgSgHH731fYXrxyNum8oD9M++yam1+QGtP9ftcgCryZZPx+jI1ul/5 LABEBDCBnqUdtV53swGNIdd4GaNw2kh5ayKQF5H1b77pSAk9l0MYF/0KW29XsVuCmX ILKcljIY/5tvg== Received: from authenticated.ozlabs.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 mail.ozlabs.org (Postfix) with ESMTPSA id 4SdkNW6qSFz4wc8; Mon, 27 Nov 2023 09:46:35 +1100 (AEDT) Date: Mon, 27 Nov 2023 09:46:34 +1100 From: Stephen Rothwell To: Kent Overstreet , Andrew Morton Cc: Arnd Bergmann , Linux Kernel Mailing List , Linux Next Mailing List Subject: linux-next: build warning after merge of the bcachefs tree Message-ID: <20231127094634.12648f15@canb.auug.org.au> MIME-Version: 1.0 Content-Type: multipart/signed; boundary="Sig_/XwOESQh9tEga8Cn6/Bzh=L5"; protocol="application/pgp-signature"; micalg=pgp-sha256 Precedence: bulk List-ID: X-Mailing-List: linux-kernel@vger.kernel.org --Sig_/XwOESQh9tEga8Cn6/Bzh=L5 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: quoted-printable Hi all, After merging the bcachefs tree, today's linux-next build (x86_64 allmodconfig) produced this warning: fs/bcachefs/buckets.c:337:21: warning: no previous prototype for 'bucket_m_= to_alloc' [-Wmissing-prototypes] 337 | struct bch_alloc_v4 bucket_m_to_alloc(struct bucket b) | ^~~~~~~~~~~~~~~~~ Introduced by commit 8192d6956cb6 ("bcachefs: New bucket sector count helpers") interacting with commit c6345dfa6e3e ("Makefile.extrawarn: turn on missing-prototypes globally") from the mm tree. It looks like this function should be static. --=20 Cheers, Stephen Rothwell --Sig_/XwOESQh9tEga8Cn6/Bzh=L5 Content-Type: application/pgp-signature Content-Description: OpenPGP digital signature -----BEGIN PGP SIGNATURE----- iQEzBAEBCAAdFiEENIC96giZ81tWdLgKAVBC80lX0GwFAmVjysoACgkQAVBC80lX 0Gw0IAf+Nfd9SnnE18nkYJGIxV04svi41zlMc1uLloSl5VT5/h7GDn4Hq1rCkdLn xFQZxH/igXWAzc+Wsl+u0bgmHYBXbX4HPKyP1c8idGsFDt8j6gX/oaWOH93m1mSv /8VmdWSK6trQo3rDLXRbKyfKHy+MVQU0mOwrwZIDcU7AW76MlbuIVPUUp1Gyd/dX e2wVV9nwBQEaPt2wAn74x8k5BCMVAyigThynmWmRf3gmCZPxlB6bOlPxsMP4djR2 Ztej8it/yJZ3TsW/PMP0sZ0a9cqBjrqHAhor1ZVMaBCLtbeh4DXcT8eHQXyALmn/ cFjCTi3tdkyQ0A+3R2pHRvCR5Ecbig== =MsRG -----END PGP SIGNATURE----- --Sig_/XwOESQh9tEga8Cn6/Bzh=L5--