This leaves a stale comment reference to scsi_eh_abort_cmds in libsas. Also while grepping for that I found out that sas aborts don't work anymore with the async abort code due to this beautiful code in sas_eh_abort_handler: if (current != host->ehandler) return FAILED; so you'll need another patch to fix that up. In the longer run we really should both kill sas_eh_abort_handler and bring SAS EH more in line with the rest of the world. -- To unsubscribe from this list: send the line "unsubscribe linux-scsi" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html