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
-  Lines: 10
-  Date:
Mon Apr 24 13:54:22 2000
-  Orig file: 
v2.3.99-pre5/linux/drivers/scsi/st.h
-  Orig date: 
Tue Mar 14 19:10:40 2000
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)