Skip to content

Commit

Permalink
isci: remove scic_controller state handlers
Browse files Browse the repository at this point in the history
Remove the state handler indirections for the scic_controller, and replace
them with procedural calls that check for the correct state first.

Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Christoph Hellwig authored and Dan Williams committed Jul 3, 2011
1 parent bc5c967 commit c629582
Show file tree
Hide file tree
Showing 6 changed files with 193 additions and 776 deletions.
5 changes: 0 additions & 5 deletions drivers/scsi/isci/core/scic_controller.h
Original file line number Diff line number Diff line change
Expand Up @@ -110,11 +110,6 @@ enum sci_task_status scic_controller_start_task(
struct scic_sds_request *task_request,
u16 io_tag);

enum sci_status scic_controller_complete_task(
struct scic_sds_controller *controller,
struct scic_sds_remote_device *remote_device,
struct scic_sds_request *task_request);

enum sci_status scic_controller_terminate_request(
struct scic_sds_controller *controller,
struct scic_sds_remote_device *remote_device,
Expand Down
Loading

0 comments on commit c629582

Please sign in to comment.