[PATCH v2 05/14] fs: Quieten down the filesystems more
Simon Glass
sjg at chromium.org
Mon Oct 17 23:30:16 CEST 2022
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 at chromium.org>
---
(no changes since v1)
disk/part_efi.c | 15 +++++++--------
fs/btrfs/disk-io.c | 7 ++++---
fs/ext4/ext4_common.c | 2 +-
fs/fs_internal.c | 3 +--
4 files changed, 13 insertions(+), 14 deletions(-)
Applied to u-boot-dm, thanks!
More information about the U-Boot
mailing list