diff options
author | Piotr Sawicki <piotr.sawicki@intel.com> | 2011-05-10 19:50:32 -0400 |
---|---|---|
committer | Dan Williams <dan.j.williams@intel.com> | 2011-07-03 07:04:48 -0400 |
commit | f4636a7b2ab8288466b83a8459d47c43143a70dc (patch) | |
tree | 4b8c8c425b7348c9b2a3ae1cf9a4c353adb3cc06 /drivers/scsi/isci/request.h | |
parent | f00e6ba4996a34f098fe50c78077f0568fd838ec (diff) |
isci: unify request start handlers
Unify the implementation in scic_sds_request_start and kill the state
handler.
Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Piotr Sawicki <piotr.sawicki@intel.com>
[remove scic_sds_request_constructed_state_start_handler]
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
Diffstat (limited to 'drivers/scsi/isci/request.h')
-rw-r--r-- | drivers/scsi/isci/request.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/drivers/scsi/isci/request.h b/drivers/scsi/isci/request.h index b17336952314..bf8ac1860850 100644 --- a/drivers/scsi/isci/request.h +++ b/drivers/scsi/isci/request.h | |||
@@ -439,12 +439,6 @@ typedef enum sci_status (*scic_sds_io_request_task_completion_handler_t) | |||
439 | */ | 439 | */ |
440 | struct scic_sds_io_request_state_handler { | 440 | struct scic_sds_io_request_state_handler { |
441 | /** | 441 | /** |
442 | * The start_handler specifies the method invoked when a user attempts to | ||
443 | * start a request. | ||
444 | */ | ||
445 | scic_sds_io_request_handler_t start_handler; | ||
446 | |||
447 | /** | ||
448 | * The complete_handler specifies the method invoked when a user attempts to | 442 | * The complete_handler specifies the method invoked when a user attempts to |
449 | * complete a request. | 443 | * complete a request. |
450 | */ | 444 | */ |