Message ID | 20230623173236.2513554-1-linan666@huaweicloud.com (mailing list archive) |
---|---|
Headers | show |
Series | md/raid10: optimize and fix read error | expand |
Dear Li,
Thank you for your patches.
Am 23.06.23 um 19:32 schrieb linan666@huaweicloud.com:
> From: Li Nan <linan122@huawei.com>
Just a note, that the date/timestamps of your patches are from the
future. (Yu’s patches had the same problem.) Could you please make sure
to set up the system time correctly.
Received: from huaweicloud.com (unknown [10.175.104.67])
by APP4 (Coremail) with SMTP id
gCh0CgCXaK8TZ5VkaZ1hMQ--.14505S4;
Fri, 23 Jun 2023 17:34:11 +0800 (CST)
[…]
Date: Sat, 24 Jun 2023 01:32:33 +0800
[…]
Kind regards,
Paul
在 2023/6/23 17:52, Paul Menzel 写道: > Dear Li, > > > Thank you for your patches. > > Am 23.06.23 um 19:32 schrieb linan666@huaweicloud.com: >> From: Li Nan <linan122@huawei.com> > > Just a note, that the date/timestamps of your patches are from the > future. (Yu’s patches had the same problem.) Could you please make sure > to set up the system time correctly. System time is correct now. Thanks for your reminding :) > > Received: from huaweicloud.com (unknown [10.175.104.67]) > by APP4 (Coremail) with SMTP id > gCh0CgCXaK8TZ5VkaZ1hMQ--.14505S4; > Fri, 23 Jun 2023 17:34:11 +0800 (CST) > […] > Date: Sat, 24 Jun 2023 01:32:33 +0800 > > […] > > > Kind regards, > > Paul
On Fri, Jun 23, 2023 at 5:34 PM <linan666@huaweicloud.com> wrote: > > From: Li Nan <linan122@huawei.com> > > This patch series optimizes and fixes fix_read_error(). > > Li Nan (3): > md/raid10: optimize fix_read_error > md: remove redundant check in fix_read_error() Applied 1/3 and 2/3 to md-next. Thanks! Song > md/raid10: handle replacement devices in fix_read_error > > drivers/md/raid1.c | 2 +- > drivers/md/raid10.c | 50 +++++++++++++++++++++++---------------------- > 2 files changed, 27 insertions(+), 25 deletions(-) > > -- > 2.39.2 >
From: Li Nan <linan122@huawei.com> This patch series optimizes and fixes fix_read_error(). Li Nan (3): md/raid10: optimize fix_read_error md: remove redundant check in fix_read_error() md/raid10: handle replacement devices in fix_read_error drivers/md/raid1.c | 2 +- drivers/md/raid10.c | 50 +++++++++++++++++++++++---------------------- 2 files changed, 27 insertions(+), 25 deletions(-)