]> www.infradead.org Git - users/jedix/linux-maple.git/commit
erofs: get rid of `z_erofs_next_pcluster_t`
authorGao Xiang <hsiangkao@linux.alibaba.com>
Tue, 14 Jan 2025 03:44:27 +0000 (11:44 +0800)
committerGao Xiang <hsiangkao@linux.alibaba.com>
Thu, 16 Jan 2025 19:21:21 +0000 (03:21 +0800)
commit5514d8478b8ef3f0ba1b77beaa65f05c12825143
treef93eef9f7617bcd24e38325ccc30d019621682c8
parent2a810ea79cd7a6d5f134ea69ca2ba726e600cbc4
erofs: get rid of `z_erofs_next_pcluster_t`

It was originally intended for tagged pointer reservation.

Now all encoded data can be represented uniformally with
`struct z_erofs_pcluster` as described in commit bf1aa03980f4
("erofs: sunset `struct erofs_workgroup`"), let's drop it too.

Reviewed-by: Chao Yu <chao@kernel.org>
Signed-off-by: Gao Xiang <hsiangkao@linux.alibaba.com>
Link: https://lore.kernel.org/r/20250114034429.431408-2-hsiangkao@linux.alibaba.com
fs/erofs/zdata.c