Re: [PATCH v6 2/2] erofs: add multiple device support

From: Chao Yu
Date: Sun Oct 17 2021 - 11:00:33 EST


On 2021/10/17 12:15, Gao Xiang wrote:
Hi Chao,

On Sun, Oct 17, 2021 at 10:10:15AM +0800, Chao Yu wrote:
File won't locate in multidevices, right? otherwise it needs to shrink mapped length
as well.

Thanks for your review.

File can be located in multi-devices. But it's intended as I mentioned in the commit
message, each extent won't cross devices, which is guaranteed by mkfs seriously.
Otherwise, it's more complicated to handle (especially for the compression side) and
has no more benefits.

Thanks for the explanation.

Reviewed-by: Chao Yu <chao@xxxxxxxxxx>

Thanks,


Thanks,
Gao Xiang


Thanks,