]> www.infradead.org Git - users/jedix/linux-maple.git/commit
jfs: Change metapage->page to metapage->folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Apr 2024 17:56:56 +0000 (18:56 +0100)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Tue, 28 May 2024 01:37:06 +0000 (20:37 -0500)
commitad6c19e5f9323a2e6c6d1316e53f71f305a6a60f
tree1b45913ce296c42963ef1fff4408c211c689e599
parent1252ad136e1680284c6313156d81d39bc38354c6
jfs: Change metapage->page to metapage->folio

Convert all the users to operate on a folio.  Saves sixteen calls to
compound_head().  We still use sizeof(struct page) in print_hex_dump,
otherwise it will go into the second and third pages of the folio which
won't exist for jfs folios (since they are not large).  This needs a
better solution, but finding it can be postponed.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
fs/jfs/jfs_logmgr.c
fs/jfs/jfs_metapage.c
fs/jfs/jfs_metapage.h