
26 Jul
2023
26 Jul
'23
8:12 a.m.
On 2023/7/26 12:56, Yifan Zhao wrote:
In [1] Sam points out an assertion does not hold true for 32-bit platforms, which only impacts Large File Support (LFS) API usage in erofs-utils according to Xiang [2]. We don't think these APIs are used in u-boot and this restriction could be safely removed.
[1] https://lists.denx.de/pipermail/u-boot/2023-July/524679.html [2] https://lists.denx.de/pipermail/u-boot/2023-July/524727.html
Fixes: 3a21e92fc255 ("fs/erofs: Introduce new features including ztailpacking, fragments and dedupe") Signed-off-by: Yifan Zhao zhaoyifan@sjtu.edu.cn
Acked-by: Gao Xiang hsingkao@linux.alibaba.com
Thanks, Gao Xiang