]> www.infradead.org Git - users/jedix/linux-maple.git/commit
squashfs: use a folio throughout squashfs_read_folio()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Fri, 20 Dec 2024 22:46:24 +0000 (22:46 +0000)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 25 Jan 2025 06:47:22 +0000 (22:47 -0800)
commit608c2501675cd37260312d35daa2fd6dc6d56e96
tree32b13e24f11ac38893949d22b3fbc4e7fc4e49ae
parentd7f4b23c6702e2afbdfe33fe77eedc1584761242
squashfs: use a folio throughout squashfs_read_folio()

Use modern folio APIs where they exist and convert back to struct
page for the internal functions.

Link: https://lkml.kernel.org/r/20241220224634.723899-1-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Cc: Phillip Lougher <phillip@squashfs.org.uk>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/squashfs/file.c