]> git.ipfire.org Git - thirdparty/grub.git/commit
btrfs: Move the error logging from find_device() to its caller
authorGoffredo Baroncelli <kreijack@inwind.it>
Mon, 22 Oct 2018 17:29:33 +0000 (19:29 +0200)
committerDaniel Kiper <daniel.kiper@oracle.com>
Wed, 31 Oct 2018 10:43:41 +0000 (11:43 +0100)
commit908cdb1d029e27f8059f9e3571e8dcbd67f74d8a
tree0396b4aa396b4d11858fa2013603017b10022781
parent846f7a8310d43637edf484ff2c3632767a15b208
btrfs: Move the error logging from find_device() to its caller

The caller knows better if this error is fatal or not, i.e. another disk is
available or not.

This is a preparatory patch.

Signed-off-by: Goffredo Baroncelli <kreijack@inwind.it>
Reviewed-by: Daniel Kiper <daniel.kiper@oracle.com>
grub-core/fs/btrfs.c