]> www.pilppa.org Git - linux-2.6-omap-h63xx.git/commitdiff
merge by hand (scsi_device.h)
authorJames Bottomley <jejb@titanic>
Mon, 18 Apr 2005 18:45:00 +0000 (13:45 -0500)
committerJames Bottomley <jejb@titanic>
Mon, 18 Apr 2005 18:45:00 +0000 (13:45 -0500)
1  2 
drivers/s390/scsi/zfcp_aux.c
drivers/scsi/scsi_lib.c
drivers/scsi/sg.c
include/scsi/scsi_device.h

Simple merge
Simple merge
Simple merge
index fe9571d2e306434df698b5d997b8204e0755bc56,7099d2ce967e673c43b64ca6404fc1015be93dcb..c018020d9160891b511e03bdff1db93796bf9928
@@@ -43,8 -43,9 +43,9 @@@ struct scsi_device 
        struct list_head    siblings;   /* list of all devices on this host */
        struct list_head    same_target_siblings; /* just the devices sharing same target id */
  
-       volatile unsigned short device_busy;    /* commands actually active on low-level */
 +      /* this is now protected by the request_queue->queue_lock */
 -      spinlock_t sdev_lock;           /* also the request queue_lock */
+       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;