bcachefs: filemap_get_contig_folios_d()
authorKent Overstreet <kent.overstreet@linux.dev>
Thu, 23 Mar 2023 16:51:47 +0000 (12:51 -0400)
committerKent Overstreet <kent.overstreet@linux.dev>
Sun, 22 Oct 2023 21:09:59 +0000 (17:09 -0400)
commit40022c0115d29da11da262ced6ca8d1d5426a8b4
tree1a9a01dfbcaff60ac1c26ef4582817697db2c2c7
parenta1774a05641cebd4c42c4b5e14ca20319b32711d
bcachefs: filemap_get_contig_folios_d()

Add a new helper for getting a range of contiguous folios and returning
them in a darray.

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