]> git.ipfire.org Git - thirdparty/linux.git/commit
squashfs: use folios in squashfs_bio_read_cached()
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Thu, 12 Jun 2025 14:39:01 +0000 (15:39 +0100)
committerAndrew Morton <akpm@linux-foundation.org>
Thu, 10 Jul 2025 05:57:51 +0000 (22:57 -0700)
commitc9e3fb050e9cb0d3a833b2c62b35ea42cdd81e89
treecb20d6af6926ba8637d7e88b094023dff0d3d2bf
parentca742a822a32aca68adb8ffa75a7d9c8887c41d1
squashfs: use folios in squashfs_bio_read_cached()

Remove an access to page->mapping and a few calls to the old page-based
APIs.  This doesn't support large folios, but it's still a nice
improvement.

Link: https://lkml.kernel.org/r/20250612143903.2849289-3-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/block.c