
19 Aug
2021
19 Aug
'21
12:31 p.m.
On Wed, 18 Aug 2021 21:40:26 -0600 Simon Glass sjg@chromium.org wrote:
This message comes up a lot when scanning filesystems. It suggests to the user that there is some sort of error, but in fact there is no reason to expect that a particular partition has a btrfs filesystem. Other filesystems don't print this error.
Turn it into a debug message.
Signed-off-by: Simon Glass sjg@chromium.org
Reviewed-by: Marek Behún marek.behun@nic.cz
This must have been introduced after btrfs was reimplemented from the btrfs-progs sources. I remember that I sent a patch fixing this same issue for the previous implementation (or was it another filesystem?).
Marek