From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from smtp.kernel.org (aws-us-west-2-korg-mail-1.web.codeaurora.org [10.30.226.201]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by smtp.subspace.kernel.org (Postfix) with ESMTPS id 244731CF2B7; Tue, 1 Oct 2024 15:02:56 +0000 (UTC) Authentication-Results: smtp.subspace.kernel.org; arc=none smtp.client-ip=10.30.226.201 ARC-Seal:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727794977; cv=none; b=cWVvpEVvTUF6RnVweFrxrelx3buF+XqWnZ60PYQmK7/e4xEyXqNb/59elYGiYZnTzVw4t84+SOIdPom0DaQOURAeTd1c6JUC2bxjrEC2HcW7YQO0sTGQXORJHUEFd0wOCxLLWkHdg1k3Gid+r/WHAlPFaTXOl3iWTTCTcXONlV4= ARC-Message-Signature:i=1; a=rsa-sha256; d=subspace.kernel.org; s=arc-20240116; t=1727794977; c=relaxed/simple; bh=XsMZY3pc/vg+/x1k0lQTUXSC5AqXsrwwKZxZ8pCceoc=; h=Date:From:To:Cc:Subject:Message-ID:References:MIME-Version: Content-Type:Content-Disposition:In-Reply-To; b=OSKZNWqgd5KDwzBpdbCJwKyblHeIORmUxM2Tl3RSMG8dg2Eu5D5C54/lG/7dIh9bbB2TycuzVun9vz+pkf1G7wBiaeuirpIuEUtLRy/LTUJw7TNY39+nfZlpccVOKQw2OoXumyxgNBK0Y0z8hPf34OKxXnrw3mirMPA+YOzh/W4= ARC-Authentication-Results:i=1; smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b=efPru58A; arc=none smtp.client-ip=10.30.226.201 Authentication-Results: smtp.subspace.kernel.org; dkim=pass (2048-bit key) header.d=kernel.org header.i=@kernel.org header.b="efPru58A" Received: by smtp.kernel.org (Postfix) with ESMTPSA id AE2B8C4CECD; Tue, 1 Oct 2024 15:02:55 +0000 (UTC) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=kernel.org; s=k20201202; t=1727794976; bh=XsMZY3pc/vg+/x1k0lQTUXSC5AqXsrwwKZxZ8pCceoc=; h=Date:From:To:Cc:Subject:References:In-Reply-To:From; b=efPru58A1wFOI1VnQW+3jOZfpaEoOWXsZZuxmDLQ6/HvAXw961A6O+jKwZBPV7T04 tfUzNDuBj7e7ofHbb4MQgirm8Hacsqvp3ViVW1840i3Obidu8IJO1nUOVJyenKdgQA u0oAWYY3XqLAmI/BPnJCmEY9D8yqKpKfGQ24Z3qtfEva6dIc9r/MGde7Jq6JkcSkfg e34uBifbuW/bhozB1SS13zZhwt8ekFalS9zVGGaj9JMgYjJScBOKwl6H7HZM+KkFIU eC5l1YqFMx3wzlM1ttG8uIaF9l8Y4BC1a73CLROgDq4ZCHpbDsyskfyuml1MoUc8SE kjSMVv8TJrevg== Date: Tue, 1 Oct 2024 17:02:53 +0200 From: Christian Brauner To: Stephen Rothwell Cc: David Howells , Linux Kernel Mailing List , Linux Next Mailing List Subject: Re: linux-next: build warning after merge of Linus' tree Message-ID: <20241001-sprung-befeuern-b3daeaeec154@brauner> References: <20241001134729.3f65ae78@canb.auug.org.au> Precedence: bulk X-Mailing-List: linux-next@vger.kernel.org List-Id: List-Subscribe: List-Unsubscribe: MIME-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Disposition: inline In-Reply-To: <20241001134729.3f65ae78@canb.auug.org.au> On Tue, Oct 01, 2024 at 01:47:29PM GMT, Stephen Rothwell wrote: > Hi all, > > After merging Linus' tree, today's linux-next build (htmldocs) > produced this warning: > > include/linux/folio_queue.h:91: warning: expecting prototype for folioq_count(). Prototype was for folioq_full() instead > > Introduced by commit > > 28e8c5c095ec ("netfs: Add folio_queue API documentation") Added a commit to fix this. Thanks!