Skip to content

Commit

Permalink
isci: merge smp request substates into primary state machine
Browse files Browse the repository at this point in the history
Remove usage of the request substate machine for smp requests identified by:
	task->task_proto == SAS_PROTOCOL_SMP

While merging over the smp_request infrastructure noticed that all the
assign buffer implementations are now equal, so moved it to
scic_sds_general_request_construct.

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
  • Loading branch information
Dan Williams committed Jul 3, 2011
1 parent f139303 commit c72086e
Show file tree
Hide file tree
Showing 5 changed files with 436 additions and 593 deletions.
1 change: 0 additions & 1 deletion drivers/scsi/isci/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,4 @@ isci-objs := init.o phy.o request.o sata.o \
remote_node_table.o \
unsolicited_frame_control.o \
stp_request.o \
smp_request.o \
port_config.o \
Loading

0 comments on commit c72086e

Please sign in to comment.