commit | bb762cfd29e3fe304494ce4d195e069245628e76 | [log] [tgz] |
---|---|---|
author | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Mon Aug 01 15:27:11 2022 +0200 |
committer | Heinrich Schuchardt <heinrich.schuchardt@canonical.com> | Sat Aug 13 11:09:49 2022 +0200 |
tree | 979fb06ec9f39ea50c2fc8d79f1bd55d2615ea22 | |
parent | 1140b55c679bb3b77e49bea99e443c95a9c154aa [diff] |
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>