Re: [PATCH 3/8] Move the error logging logic from find_device() to the callee.

2018-05-14 Thread Daniel Kiper
On Fri, May 11, 2018 at 09:24:41PM +0200, Goffredo Baroncelli wrote: > This is a preparatory patch. The callee knows better if this > error is fatal, or if it exists another available disk. WRT the subject: s/Move the error logging logic from find_device() to the callee./ Move the error logg

[PATCH 3/8] Move the error logging logic from find_device() to the callee.

2018-05-11 Thread Goffredo Baroncelli
This is a preparatory patch. The callee knows better if this error is fatal, or if it exists another available disk. Signed-off-by: Goffredo Baroncelli --- grub-core/fs/btrfs.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/grub-core/fs/btrfs.c b/grub-core/fs/btrfs.c