[PATCH] scsi: remove volatile from scsi data
author <htejun@gmail.com> <>
Sun, 17 Apr 2005 19:57:29 +0000 (14:57 -0500)
committerJames Bottomley <jejb@titanic>
Mon, 18 Apr 2005 17:35:31 +0000 (12:35 -0500)
This patch removes volatile qualifier from scsi_device->device_busy,
Scsi_Host->host_busy and ->host_failed as the volatile qualifiers
don't serve any purpose now.  While at it, convert those fields from
unsigned short to unsigned int as suggested by Christoph.

Signed-off-by: Tejun Heo <htejun@gmail.com>
Signed-off-by: James Bottomley <James.Bottomley@SteelEye.com>

No differences found