bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()
authorKent Overstreet <kent.overstreet@linux.dev>
Sun, 19 Mar 2023 22:59:21 +0000 (18:59 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:59 +0000 (17:09 -0400)
commitff9c301f287657c445136d9168261b5fa7f7ae91
treee64227ac251e28ed20015fe6233c040e43b6aa83
parent30bff5944eb51a1d28b286c766599845939d2a47
bcachefs: bio_for_each_segment_all() -> bio_for_each_folio_all()

This converts the writepage end_io path to folios.

Signed-off-by: Kent Overstreet <kent.overstreet@linux.dev>
fs/bcachefs/fs-io.c