fs/erofs: silence erofs_probe()
authorHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Mon, 1 Aug 2022 13:27:11 +0000 (15:27 +0200)
committerHeinrich Schuchardt <heinrich.schuchardt@canonical.com>
Sat, 13 Aug 2022 09:09:49 +0000 (11:09 +0200)
commitf508fad36dbcc8e64b68c4f955f20e455f8bc937
tree979fb06ec9f39ea50c2fc8d79f1bd55d2615ea22
parent7a7176fa3bc0f6984410b7bba1303ca83fcd8d1c
fs/erofs: silence erofs_probe()

fs_set_blk_dev() probes all file-systems until it finds one that matches
the volume. We do not expect any console output for non-matching
file-systems.

Convert error messages in erofs_read_superblock() to debug output.

Fixes: 830613f8f5bb ("fs/erofs: add erofs filesystem support")
Signed-off-by: Heinrich Schuchardt <heinrich.schuchardt@canonical.com>
Reviewed-by: Simon Glass <sjg@chromium.org>
Reviewed-by: Huang Jianan <jnhuang95@gmail.com>
fs/erofs/super.c