Squashfs: Update squashfs_readpage_block() to not use page->index
authorPhillip Lougher <phillip@squashfs.org.uk>
Sun, 18 Aug 2024 23:58:46 +0000 (00:58 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 19 Aug 2024 12:08:20 +0000 (14:08 +0200)
commit7f73fcde4d93072d4003fee0949359757e8d0e41
tree79164c20fd67e861bf3c054a1e981bd3d7bce7ea
parent6f09ffb1f4fadf156d5d1032217b9d1fa4e07dbe
Squashfs: Update squashfs_readpage_block() to not use page->index

This commit replaces references to page->index to folio->index or
their equivalent.

Signed-off-by: Phillip Lougher <phillip@squashfs.org.uk>
Link: https://lore.kernel.org/r/20240818235847.170468-4-phillip@squashfs.org.uk
Signed-off-by: Christian Brauner <brauner@kernel.org>
fs/squashfs/file_direct.c