u-boot/fs/erofs
Simon Glass 97f4bc372f fs/erofs: Quieten test for filesystem presence
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>
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
2023-08-19 04:12:52 +02:00
..
data.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
decompress.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
decompress.h fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
erofs_fs.h fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
fs.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
internal.h fs/erofs: Remove an unnecessary assertion 2023-08-07 13:41:44 -04:00
Kconfig fs/erofs: add lz4 decompression support 2022-03-15 16:19:29 -04:00
Makefile Correct SPL use of FS_EROFS 2023-02-10 07:41:39 -05:00
namei.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00
super.c fs/erofs: Quieten test for filesystem presence 2023-08-19 04:12:52 +02:00
zmap.c fs/erofs: Introduce new features including ztailpacking, fragments and dedupe 2023-07-17 15:38:11 -04:00