]> www.infradead.org Git - users/dwmw2/linux.git/commit
Squashfs: Update page_actor to not use page->index
authorPhillip Lougher <phillip@squashfs.org.uk>
Sun, 18 Aug 2024 23:58:44 +0000 (00:58 +0100)
committerChristian Brauner <brauner@kernel.org>
Mon, 19 Aug 2024 12:08:20 +0000 (14:08 +0200)
commit2258e22f05aff5865c93cbd4e9acba55b295d832
tree5b3d22409595a235d80e8a5dc25d7fea66c32754
parent8400291e289ee6b2bf9779ff1c83a291501f017b
Squashfs: Update page_actor to not use page->index

This commit removes an unnecessary use of page->index,
and moves the other use over to folio->index.

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