btrfs: Suppress the message about missing filesystem
authorSimon Glass <sjg@chromium.org>
Thu, 19 Aug 2021 03:40:26 +0000 (21:40 -0600)
committerTom Rini <trini@konsulko.com>
Thu, 16 Sep 2021 17:19:25 +0000 (13:19 -0400)
commit64acd46a82f06dfae7a181437e256a4194e612d8
treee39c7ba0c3b0333d80e187219f338d9af8623680
parent7dcc2f7e7a9d45cce8f7b1728cd42df46a840957
btrfs: Suppress the message about missing filesystem

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>
Reviewed-by: Qu Wenruo <wqu@suse.com>
fs/btrfs/disk-io.c