]> www.infradead.org Git - users/jedix/linux-maple.git/commit
jfs: Convert inc_io to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Wed, 17 Apr 2024 17:56:54 +0000 (18:56 +0100)
committerDave Kleikamp <dave.kleikamp@oracle.com>
Tue, 28 May 2024 01:37:06 +0000 (20:37 -0500)
commitd9c36002d015e49df77cc5dc733f09beaa32765e
treef6d773461cb2884e973ecc8d3cc5b2661fdfc903
parent501bb988774b38cfe41783aed53d8890c87f1b1e
jfs: Convert inc_io to take a folio

All their callers now have a folio, so pass it in.  Remove mp_anchor()
as inc_io() was the last user.  No savings here, just cleaning up some
remnants.

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