]> git.baikalelectronics.ru Git - uboot.git/commit
fs/erofs: Quieten test for filesystem presence
authorSimon Glass <sjg@chromium.org>
Sun, 13 Aug 2023 14:26:40 +0000 (08:26 -0600)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 19 Aug 2023 02:12:52 +0000 (04:12 +0200)
commit917b658024b88669b4e7fb58e019e399bc012c24
treef05ad24bbe237641efa729017626b0d84ebff17e
parent76c53f2914441b235cf823fffa97029ddd506736
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>
fs/erofs/super.c