]> git.ipfire.org Git - thirdparty/u-boot.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)
commit97f4bc372f750fe4fba8b302f277e191a7157df0
treef05ad24bbe237641efa729017626b0d84ebff17e
parente34efcf51df86eb2b07d9deb171596940586c666
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