]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: convert ext4_mb_init_cache() to take a folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 16 Apr 2024 17:28:56 +0000 (18:28 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 May 2024 19:38:10 +0000 (15:38 -0400)
commite1622a0d558200b0ccdfbf69ee29b9ac1f5c2442
tree07aa0093991e9d1b6dbf8c9051a3754ae0904a26
parent5eea586b47f05b5f5518cf8f9dd9283a01a8066d
ext4: convert ext4_mb_init_cache() to take a folio

All callers now have a folio, so convert this function from operating on
a page to operating on a folio.  The folio is assumed to be a single page.

Signe-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Link: https://lore.kernel.org/r/20240416172900.244637-4-willy@infradead.org
Signed-off-by: Theodore Ts'o <tytso@mit.edu>
fs/ext4/mballoc.c