commit | 06f81ea8ca09b880cadf101d7e23b500e9c164bc | [log] [tgz] |
---|---|---|
author | <htejun@gmail.com> | Sun Apr 17 14:57:29 2005 -0500 |
committer | James Bottomley <jejb@titanic> | Mon Apr 18 12:35:31 2005 -0500 |
tree | 87e70ac102f2498214f42e8f0ad879513669881b | |
parent | bf341919dbc1fbcbb565fb3224c840760ebd9f85 [diff] |
[PATCH] scsi: remove volatile from scsi data 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>