From: Christian Brauner Date: Mon, 19 Aug 2024 12:08:32 +0000 (+0200) Subject: Merge patch series "Squashfs: Update code to not use page->index" X-Git-Tag: v6.12-rc1~214^2~1 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d937c813f88d727ea9d34a7768264a64c8b93025;p=thirdparty%2Fkernel%2Flinux.git Merge patch series "Squashfs: Update code to not use page->index" Phillip Lougher says: In the near future page->index will be removed [1]. Any code which still uses page->index needs to be updated. This patch-set contains 4 patches which updates most of the code in Squashfs. The exceptions are functions which have been fixed in recent patches [2] & [3]. [1]: https://lore.kernel.org/all/Zp8fgUSIBGQ1TN0D@casper.infradead.org/ [2]: https://lore.kernel.org/all/20240817101146.2347378-1-lizetao1@huawei.com/ [3]: https://lore.kernel.org/all/20240817101146.2347378-2-lizetao1@huawei.com/ * patchesf from https://lore.kernel.org/r/20240818235847.170468-1-phillip@squashfs.org.uk: Squashfs: Rewrite and update squashfs_readahead_fragment() to not use page->index Squashfs: Update squashfs_readpage_block() to not use page->index Squashfs: Update squashfs_readahead() to not use page->index Squashfs: Update page_actor to not use page->index Link: https://lore.kernel.org/r/20240818235847.170468-1-phillip@squashfs.org.uk Signed-off-by: Christian Brauner --- d937c813f88d727ea9d34a7768264a64c8b93025