Commit f00e6ba4 authored by Dan Williams's avatar Dan Williams

isci: unify request abort handlers

Unify the implementation in scic_sds_io_request_terminate and kill the state
handler.
Reported-by: default avatarChristoph Hellwig <hch@lst.de>
Signed-off-by: default avatarDan Williams <dan.j.williams@intel.com>
parent 5dec6f4e
This diff is collapsed.
...@@ -444,12 +444,6 @@ struct scic_sds_io_request_state_handler { ...@@ -444,12 +444,6 @@ struct scic_sds_io_request_state_handler {
*/ */
scic_sds_io_request_handler_t start_handler; scic_sds_io_request_handler_t start_handler;
/**
* The abort_handler specifies the method invoked when a user attempts to
* abort a request.
*/
scic_sds_io_request_handler_t abort_handler;
/** /**
* The complete_handler specifies the method invoked when a user attempts to * The complete_handler specifies the method invoked when a user attempts to
* complete a request. * complete a request.
...@@ -459,7 +453,6 @@ struct scic_sds_io_request_state_handler { ...@@ -459,7 +453,6 @@ struct scic_sds_io_request_state_handler {
scic_sds_io_request_task_completion_handler_t tc_completion_handler; scic_sds_io_request_task_completion_handler_t tc_completion_handler;
scic_sds_io_request_event_handler_t event_handler; scic_sds_io_request_event_handler_t event_handler;
scic_sds_io_request_frame_handler_t frame_handler; scic_sds_io_request_frame_handler_t frame_handler;
}; };
/** /**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment