On 2022/12/21 9:52, Xingui Yang wrote:
Grab the ata port lock in sas_ata_device_link_abort() before calling ata_link_abort(), as the comment in ata_link_abort() mentions. Fixes: 44112922674b ("scsi: libsas: Add sas_ata_device_link_abort()") Signed-off-by: Xingui Yang <yangxingui@xxxxxxxxxx> Reviewed-by: John Garry <john.g.garry@xxxxxxxxxx> --- Changes to v1: - Add a fixes tag - Update commit message --- drivers/scsi/libsas/sas_ata.c | 3 +++ 1 file changed, 3 insertions(+)
Looks good, Reviewed-by: Jason Yan <yanaijie@xxxxxxxxxx>