From mboxrd@z Thu Jan 1 00:00:00 1970 From: Matthew Wilcox Date: Wed, 19 Apr 2023 15:19:27 +0100 Subject: [Cluster-devel] [PATCH v3 19/19] block: mark bio_add_page as __must_check In-Reply-To: <20230419140929.5924-20-jth@kernel.org> References: <20230419140929.5924-1-jth@kernel.org> <20230419140929.5924-20-jth@kernel.org> Message-ID: List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On Wed, Apr 19, 2023 at 04:09:29PM +0200, Johannes Thumshirn wrote: > Now that all users of bio_add_page check for the return value, mark > bio_add_page as __must_check. Should probably add __must_check to bio_add_folio too? If this is really the way you want to go ... means we also need a __bio_add_folio().