Re: [PATCH v2 1/9] md: rename wb stuffs

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

 





On 12/18/19 8:13 PM, Song Liu wrote:
On Thu, Nov 21, 2019 at 2:37 AM <jgq516@xxxxxxxxx> wrote:
From: Guoqing Jiang <guoqing.jiang@xxxxxxxxxxxxxxx>

Previously, wb_info_pool and wb_list stuffs are introduced
to address potential data inconsistence issue for write
behind device.

Now rename them to serial related name, since the same
mechanism will be used to address reorder overlap write
issue for raid1.

Signed-off-by: Guoqing Jiang <guoqing.jiang@xxxxxxxxxxxxxxx>
[...]
                 rdev_for_each(rdev, mddev) {
                         if (test_bit(WriteMostly, &rdev->flags) &&
-                           rdev_init_wb(rdev))
+                           rdev_init_serial(rdev))
                                 creat_pool = true;
As we are renaming things, let's also change creat_pool => create_pool.

Good catch, I will add a new patch to fix the typo since I don't
want mix different goals in the same patch.

Thanks,
Guoqing



[Index of Archives]     [Linux RAID Wiki]     [ATA RAID]     [Linux SCSI Target Infrastructure]     [Linux Block]     [Linux IDE]     [Linux SCSI]     [Linux Hams]     [Device Mapper]     [Device Mapper Cryptographics]     [Kernel]     [Linux Admin]     [Linux Net]     [GFS]     [RPM]     [git]     [Yosemite Forum]


  Powered by Linux