]> err.no Git - linux-2.6/blobdiff - include/scsi/scsi_device.h
[PATCH] autofs4: bump version number
[linux-2.6] / include / scsi / scsi_device.h
index fe9571d2e306434df698b5d997b8204e0755bc56..c018020d9160891b511e03bdff1db93796bf9928 100644 (file)
@@ -44,7 +44,8 @@ struct scsi_device {
        struct list_head    same_target_siblings; /* just the devices sharing same target id */
 
        /* this is now protected by the request_queue->queue_lock */
-       volatile unsigned short device_busy;    /* commands actually active on low-level */
+       unsigned int device_busy;       /* commands actually active on
+                                        * low-level. protected by queue_lock. */
        spinlock_t list_lock;
        struct list_head cmd_list;      /* queue of in use SCSI Command structures */
        struct list_head starved_entry;