fs: Quieten down the filesystems more
authorSimon Glass <sjg@chromium.org>
Tue, 11 Oct 2022 15:47:11 +0000 (09:47 -0600)
committerSimon Glass <sjg@chromium.org>
Tue, 18 Oct 2022 03:17:12 +0000 (21:17 -0600)
commitf337fb9ea8b8163e2b5cff7e2691a30d23841f3e
tree97a58c181980d8c84057c76bed358ce402a76abb
parent19511935df44f0fec01c6538176f1b6ea4dd63d3
fs: Quieten down the filesystems more

When looking for a filesystem on a partition we should do so quietly. At
present if the filesystem is very small (e.g. 512 bytes) we get a host of
messages.

Update these to only show when debugging.

Signed-off-by: Simon Glass <sjg@chromium.org>
disk/part_efi.c
fs/btrfs/disk-io.c
fs/ext4/ext4_common.c
fs/fs_internal.c