]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph-client.git/commit
gfs2: Use bio_add_folio_nofail()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 6 Nov 2025 20:29:42 +0000 (20:29 +0000)
committerAndreas Gruenbacher <agruenba@redhat.com>
Sun, 9 Nov 2025 20:19:34 +0000 (20:19 +0000)
commitc3454ac0367fbc38b2558fbd6c7d25acdee71c50
tree468fe5528ddf493c4cf32adb011abbda489982e6
parentde90521604fc5bf7473faf162b72bdbb23155165
gfs2: Use bio_add_folio_nofail()

As the label says, we've just allocated a new BIO so we know
we can add this folio to it.  We now have bio_add_folio_nofail()
for this purpose.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com>
fs/gfs2/lops.c