ata: libata-core: Synchronize ata_port_detach() with hotplug
authorDamien Le Moal <dlemoal@kernel.org>
Mon, 28 Aug 2023 06:57:11 +0000 (15:57 +0900)
committerDamien Le Moal <dlemoal@kernel.org>
Tue, 3 Oct 2023 00:39:49 +0000 (09:39 +0900)
commitcfead0dd81de95f52f416a676d4697484e093c8b
tree2ae20f696ec70a49094842ead6fe092512912ece
parent8c1f08170694f50216f0e336ccfc589d3430a339
ata: libata-core: Synchronize ata_port_detach() with hotplug

The call to async_synchronize_cookie() to synchronize a port removal
and hotplug probe is done in ata_host_detach() right before calling
ata_port_detach(). Move this call at the beginning of ata_port_detach()
to ensure that this operation is always synchronized with probe.

Signed-off-by: Damien Le Moal <dlemoal@kernel.org>
Reviewed-by: Hannes Reinecke <hare@suse.de>
Tested-by: Chia-Lin Kao (AceLan) <acelan.kao@canonical.com>
Tested-by: Geert Uytterhoeven <geert+renesas@glider.be>
Reviewed-by: Martin K. Petersen <martin.petersen@oracle.com>
drivers/ata/libata-core.c