[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20230818102523.00007553.zbestahu@gmail.com>
Date: Fri, 18 Aug 2023 10:25:23 +0800
From: Yue Hu <zbestahu@...il.com>
To: Gao Xiang <hsiangkao@...ux.alibaba.com>
Cc: linux-erofs@...ts.ozlabs.org, LKML <linux-kernel@...r.kernel.org>,
huyue2@...lpad.com
Subject: Re: [PATCH 2/8] erofs: avoid obsolete {collector,collection} terms
On Thu, 17 Aug 2023 16:28:07 +0800
Gao Xiang <hsiangkao@...ux.alibaba.com> wrote:
> {collector,collection} were once reserved in order to indicate different
> runtime logical extent instance of multi-reference pclusters.
>
> However, de-duplicated decompression has been landed in a more flexable
> way, thus `struct z_erofs_collection` was formally removed in commit
> 87ca34a7065d ("erofs: get rid of `struct z_erofs_collection'").
>
> Let's handle the remaining leftovers, for example:
> `z_erofs_collector_begin` => `z_erofs_pcluster_begin`
> `z_erofs_collector_end` => `z_erofs_pcluster_end`
>
> as well as some comments. No logic changes.
>
> Signed-off-by: Gao Xiang <hsiangkao@...ux.alibaba.com>
Reviewed-by: Yue Hu <huyue2@...lpad.com>
Powered by blists - more mailing lists