[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH 4/9] btrfs: avoiding a rescan for a device which was already
From: |
Daniel Kiper |
Subject: |
Re: [PATCH 4/9] btrfs: avoiding a rescan for a device which was already not founded. |
Date: |
Wed, 30 May 2018 12:43:51 +0200 |
User-agent: |
Mutt/1.3.28i |
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 storing/failure by storing/
> data->devices_attached[]. This avoid un-necessary devices rescan,
> speeding the reading in case of a degraded array.
Last sentence should sound more or less like that:
This way we avoid unnecessary devices rescan and speedup the reads
in case of degraded array.
Otherwise LGTM.
Daniel
- Re: [PATCH 1/9] btrfs: add support for reading a filesystem with a RAID 5 or RAID 6 profile., (continued)
- [PATCH 2/9] btrfs: add helper to check the btrfs header., Goffredo Baroncelli, 2018/05/16
- [PATCH 5/9] btrfs: move logging code in grub_btrfs_read_logical(), Goffredo Baroncelli, 2018/05/16
- [PATCH 6/9] btrfs: refactor the code that read from disk, Goffredo Baroncelli, 2018/05/16
- [PATCH 3/9] btrfs: move the error logging from find_device() to its callee., Goffredo Baroncelli, 2018/05/16
- [PATCH 4/9] btrfs: avoiding a rescan for a device which was already not founded., Goffredo Baroncelli, 2018/05/16
- Re: [PATCH 4/9] btrfs: avoiding a rescan for a device which was already not founded.,
Daniel Kiper <=
- [PATCH 7/9] btrfs: add support for recovery for a RAID 5 btrfs profiles., Goffredo Baroncelli, 2018/05/16
- [PATCH 8/9] btrfs: make more generic the code for RAID 6 rebuilding, Goffredo Baroncelli, 2018/05/16
- [PATCH 9/9] btrfs: add RAID 6 recovery for a btrfs filesystem., Goffredo Baroncelli, 2018/05/16