[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]
Re: [dm-devel] [PATCH] DM RAID: Clean-up handling of 'rebuild' device requests
- From: Jonathan Brassow <jbrassow redhat com>
- To: device-mapper development <dm-devel redhat com>
- Subject: Re: [dm-devel] [PATCH] DM RAID: Clean-up handling of 'rebuild' device requests
- Date: Mon, 28 Nov 2011 14:18:56 -0600
On Nov 28, 2011, at 2:01 PM, Jonathan Brassow wrote:
> dm-raid: Change the way the 'rebuild' parameter is processed.
> rdev_for_each(r, t, mddev) {
> - if (!test_bit(In_sync, &r->flags)) {
> - if (!test_bit(FirstUse, &r->flags))
> - DMERR("Superblock area of "
> - "rebuild device %d should have been "
> - "cleared.", r->raid_disk);
> - set_bit(FirstUse, &r->flags);
> + if (!test_bit(In_sync, &r->flags))
Missing '{' - will resend.
brassow
[Date Prev][Date Next] [Thread Prev][Thread Next]
[Thread Index]
[Date Index]
[Author Index]