Merge patch series "Finish converting jffs2 to folios"
authorChristian Brauner <brauner@kernel.org>
Mon, 19 Aug 2024 11:40:11 +0000 (13:40 +0200)
committerChristian Brauner <brauner@kernel.org>
Mon, 19 Aug 2024 11:40:11 +0000 (13:40 +0200)
Matthew Wilcox (Oracle) <willy@infradead.org> says:

This patch series applies on top of fs-next. After applying these two
patches, there are no more references to 'struct page' in jffs2.  I
obviously haven't tested it at all beyond compilation.

* patches from https://lore.kernel.org/r/20240814195915.249871-1-willy@infradead.org:
  jffs2: Use a folio in jffs2_garbage_collect_dnode()
  jffs2: Convert jffs2_do_readpage_nolock to take a folio

Link: https://lore.kernel.org/r/20240814195915.249871-1-willy@infradead.org
Signed-off-by: Christian Brauner <brauner@kernel.org>

Trivial merge