Re: [PATCH 3/6] staging: erofs: drop multiref support temporarily

From: Chao Yu
Date: Wed Sep 19 2018 - 11:20:58 EST


On 2018/9/19 13:49, Gao Xiang wrote:
> Multiref support means that a compressed page could have
> more than one reference, which is designed for on-disk data
> deduplication. However, mkfs doesn't support this mode
> at this moment, and the kernel implementation is also broken.
>
> Let's drop multiref support. If it is fully implemented
> in the future, it can be reverted later.
>
> Signed-off-by: Gao Xiang <gaoxiang25@xxxxxxxxxx>

Reviewed-by: Chao Yu <yuchao0@xxxxxxxxxx>

Thanks,