]> git.baikalelectronics.ru Git - kernel.git/commit
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)
commit008cf90e7b349473fecc8cabb58c2f7c6329cd7f
treedf5c8395f8cbabd1f4b77200b7e339cfbcd72e11
parent158f3e2c8a93038fbc25c2f15cfad8c72be1180e
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]