
14 Aug
2023
14 Aug
'23
5:45 a.m.
On 2023/8/13 22:26, Simon Glass wrote:
At present listing a partition produces lots of errors about this filesystem:
=> part list mmc 4 cannot find valid erofs superblock cannot find valid erofs superblock cannot read erofs superblock: -5 [9 more similar lines]
Use debugging rather than errors when unable to find a signature, as is done with other filesystems.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Gao Xiang hsiangkao@linux.alibaba.com
Thanks, Gao Xiang