]> git.baikalelectronics.ru Git - uboot.git/commit
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)
commitf48d72da5f559a7e254b21fd236dc78c17012085
tree97a58c181980d8c84057c76bed358ce402a76abb
parent4651e9ea6b28b21013bfcdd5b591a38ad032e582
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