Re: [PATCH v2 1/1] ata: sata_rescan must scan for block devices

2024-08-13 Thread Tony Dinh
Hi Heinrich, Thanks for upgrading this driver to handle multiple SATA controllers. Please see my comments below. On Fri, Aug 9, 2024 at 1:56 AM Heinrich Schuchardt wrote: > > A system may have multiple SATA controller. Removing the controller with > the lowest sequence number before probing all

[PATCH v2 1/1] ata: sata_rescan must scan for block devices

2024-08-08 Thread Heinrich Schuchardt
A system may have multiple SATA controller. Removing the controller with the lowest sequence number before probing all SATA controllers makes no sense. In sata_rescan we remove all block devices which are children of SATA controllers. We also have to remove the bootdev devices as they will be crea