X-Git-Url: https://git.proxmox.com/?a=blobdiff_plain;f=drivers%2Fscsi%2Flibsas%2Fsas_ata.c;h=837b095ba90dd40a9bf46953423e8abfa7732117;hb=242f9dcb8ba6f68fcd217a119a7648a4f69290e9;hp=48ee8c7f5bdd270351bcdf0dae895e0ae572a3f2;hpb=608aeef17a91747d6303de4df5e2c2e6899a95e8;p=mirror_ubuntu-artful-kernel.git diff --git a/drivers/scsi/libsas/sas_ata.c b/drivers/scsi/libsas/sas_ata.c index 48ee8c7f5bdd..837b095ba90d 100644 --- a/drivers/scsi/libsas/sas_ata.c +++ b/drivers/scsi/libsas/sas_ata.c @@ -398,7 +398,7 @@ void sas_ata_task_abort(struct sas_task *task) /* Bounce SCSI-initiated commands to the SCSI EH */ if (qc->scsicmd) { - scsi_req_abort_cmd(qc->scsicmd); + blk_abort_request(qc->scsicmd->request); scsi_schedule_eh(qc->scsicmd->device->host); return; }