Re: [PATCH 4/9] btrfs: avoiding a rescan for a device which was already not founded.

2018-05-30 Thread Daniel Kiper
WRT the subject: s/btrfs: avoiding a rescan for a device which was already not founded./ btrfs: Avoid a rescan for a device which was already not found/ On Wed, May 16, 2018 at 08:48:14PM +0200, Goffredo Baroncelli wrote: > If a device is not found, record this failure storing NULL in s/failure

[PATCH 4/9] btrfs: avoiding a rescan for a device which was already not founded.

2018-05-16 Thread Goffredo Baroncelli
If a device is not found, record this failure storing NULL in data->devices_attached[]. This avoid un-necessary devices rescan, speeding the reading in case of a degraded array. Signed-off-by: Goffredo Baroncelli --- grub-core/fs/btrfs.c | 19 +-- 1 file changed, 9 insertions(+),