From: Christoph Hellwig Date: Sun, 19 Jun 2005 11:42:05 +0000 (+0200) Subject: [SCSI] remove scsi_cmnd->state X-Git-Tag: v2.6.13-rc4~75^2~50 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8d115f845a0bd59cd263e791f739964f42b7b0e8;p=pandora-kernel.git [SCSI] remove scsi_cmnd->state 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 --- Reading git-diff-tree failed