]> www.infradead.org Git - users/jedix/linux-maple.git/commit
ext4: convert bd_bitmap_page to bd_bitmap_folio
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 16 Apr 2024 17:28:54 +0000 (18:28 +0100)
committerTheodore Ts'o <tytso@mit.edu>
Tue, 7 May 2024 19:37:46 +0000 (15:37 -0400)
commit99b150d84e4939735cfce245e32e3d29312c68ec
tree79887732c26b78d03a66364e3f3efdecacb13661
parentda5704eef7037a5bc84a56519729d93d10a0e0a0
ext4: convert bd_bitmap_page to bd_bitmap_folio

There is no need to make this a multi-page folio, so leave all the
infrastructure around it in pages.  But since we're locking it, playing
with its refcount and checking whether it's uptodate, it needs to move
to the folio API.

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