From mboxrd@z Thu Jan 1 00:00:00 1970 From: Johannes Thumshirn Date: Thu, 20 Apr 2023 10:55:29 +0200 Subject: [Cluster-devel] [PATCH v3 11/19] gfs: use __bio_add_page for adding single page to bio In-Reply-To: References: <20230419140929.5924-1-jth@kernel.org> <20230419140929.5924-12-jth@kernel.org> Message-ID: <0028b1b9-980a-4b3b-b290-099368e44f9f@kernel.org> List-Id: To: cluster-devel.redhat.com MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit On 19/04/2023 17:19, Andreas Gruenbacher wrote: > On Wed, Apr 19, 2023 at 4:10?PM Johannes Thumshirn wrote: >> >> From: Johannes Thumshirn >> >> The GFS superblock reading code uses bio_add_page() to add a page to a >> newly created bio. bio_add_page() can fail, but the return value is never >> checked. > > It's GFS2, not GFS, but otherwise this is obviously fine, thanks. > Oops fixed in v4