[SCSI] remove scsi_cmnd->state
authorChristoph Hellwig <hch@lst.de>
Sun, 19 Jun 2005 11:42:05 +0000 (13:42 +0200)
committerJames Bottomley <jejb@titanic.(none)>
Sun, 26 Jun 2005 17:16:24 +0000 (12:16 -0500)
We never look at it except for the old megaraid driver that abuses it
for sending internal commands.  That usage can be fixed easily because
those internal commands are single-threaded by a mutex and we can easily
use a completion there.

Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found