isci: merge stp request substates into primary state machine
authorDan Williams <dan.j.williams@intel.com>
Tue, 10 May 2011 09:28:49 +0000 (02:28 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:04:47 +0000 (04:04 -0700)
commit5dec6f4e41340196d223caf922578c44dfe2295a
treedf5c8395f8cbabd1f4b77200b7e339cfbcd72e11
parentc72086e3c2897eaca5b99c005dd9844fdc784981
isci: merge stp request substates into primary state machine

Remove usage of the request substate machine for stp requests, and kill
the request substate infrastructure.

Similar to the previous conversions this adds the substates to the
primary state machine and arranges for the 'started' state to transition
to the proper stp substate.

Reported-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Dan Williams <dan.j.williams@intel.com>
drivers/scsi/isci/Makefile
drivers/scsi/isci/request.c
drivers/scsi/isci/request.h
drivers/scsi/isci/stp_request.c [deleted file]
drivers/scsi/isci/stp_request.h [deleted file]