Move cancel_task and cancel_all_tasks from scsi-lowlevel.c to scsi-command.c
These two functions belong in the iscsi layer, not the scsi layer so move them out from scsi-lowlevel.c so that we can start turning scsi-lowlevel.c to a pure scsi layer and remove all dependencies to iscsi from it.
This commit is contained in:
@@ -62,7 +62,7 @@ iscsi_reportluns_task
|
||||
iscsi_scsi_cancel_all_tasks
|
||||
iscsi_scsi_command_async
|
||||
iscsi_scsi_command_sync
|
||||
iscsi_scsi_task_cancel
|
||||
iscsi_scsi_cancel_task
|
||||
iscsi_service
|
||||
iscsi_set_alias
|
||||
iscsi_set_log_level
|
||||
|
||||
Reference in New Issue
Block a user