mbox series

[0/2] Finish converting jffs2 to folios

Message ID 20240814195915.249871-1-willy@infradead.org (mailing list archive)
Headers show
Series Finish converting jffs2 to folios | expand

Message

Matthew Wilcox Aug. 14, 2024, 7:59 p.m. UTC
This patch series applies on top of fs-next.  I suggest it goes through
Christian's tree.  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.

Matthew Wilcox (Oracle) (2):
  jffs2: Convert jffs2_do_readpage_nolock to take a folio
  jffs2: Use a folio in jffs2_garbage_collect_dnode()

 fs/jffs2/file.c | 24 +++++++++++-------------
 fs/jffs2/gc.c   | 25 ++++++++++++-------------
 2 files changed, 23 insertions(+), 26 deletions(-)

Comments

Christian Brauner Aug. 19, 2024, 11:41 a.m. UTC | #1
On Wed, 14 Aug 2024 20:59:11 +0100, Matthew Wilcox (Oracle) wrote:
> This patch series applies on top of fs-next.  I suggest it goes through
> Christian's tree.  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.
> 
> Matthew Wilcox (Oracle) (2):
>   jffs2: Convert jffs2_do_readpage_nolock to take a folio
>   jffs2: Use a folio in jffs2_garbage_collect_dnode()
> 
> [...]

Applied to the vfs.folio branch of the vfs/vfs.git tree.
Patches in the vfs.folio branch should appear in linux-next soon.

Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.

It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.

Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.

tree:   https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.folio

[1/2] jffs2: Convert jffs2_do_readpage_nolock to take a folio
      https://git.kernel.org/vfs/vfs/c/bcc7d11e6c09
[2/2] jffs2: Use a folio in jffs2_garbage_collect_dnode()
      https://git.kernel.org/vfs/vfs/c/2da4c51a66cd