Re: [GIT PULL] Block driver changes for 5.11

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



On Mon, Dec 14, 2020 at 7:30 AM Jens Axboe <axboe@xxxxxxxxx> wrote:
>
> Note that this throws a merge conflict in drivers/md/raid10.c, again due
> to the late md discard revert for 5.10. Resolution is straight forward,
> __make_request() just needs to use the non-HEAD part of the resolution:
>
> r10_bio->read_slot = -1;
> memset(r10_bio->devs, 0, sizeof(r10_bio->devs[0]) * conf->geo.raid_disks);

What?

No, that can't be right. That undoes part of the revert.

The proper resolution looks to be

+       r10_bio->read_slot = -1;
 -      memset(r10_bio->devs, 0, sizeof(r10_bio->devs[0]) *
conf->geo.raid_disks);
 +      memset(r10_bio->devs, 0, sizeof(r10_bio->devs[0]) * conf->copies);

as far as I can tell.

Am I missing something?

            Linus



[Index of Archives]     [Linux RAID]     [Linux SCSI]     [Linux ATA RAID]     [IDE]     [Linux Wireless]     [Linux Kernel]     [ATH6KL]     [Linux Bluetooth]     [Linux Netdev]     [Kernel Newbies]     [Security]     [Git]     [Netfilter]     [Bugtraq]     [Yosemite News]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Device Mapper]

  Powered by Linux