patch-2.3.99-pre6 linux/drivers/scsi/st.h

Next file: linux/drivers/scsi/st_options.h
Previous file: linux/drivers/scsi/st.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.3.99-pre5/linux/drivers/scsi/st.h linux/drivers/scsi/st.h
@@ -66,7 +66,8 @@
 typedef struct {
 	kdev_t devt;
 	Scsi_Device *device;
-	struct semaphore sem;
+	struct semaphore lock;	/* For serialization */
+	struct semaphore sem;	/* For SCSI commands */
 	ST_buffer *buffer;
 
 	/* Drive characteristics */

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)