patch-1.3.36 linux/drivers/scsi/st.h

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

diff -u --recursive --new-file v1.3.35/linux/drivers/scsi/st.h linux/drivers/scsi/st.h
@@ -29,7 +29,6 @@
   struct wait_queue * waiting;
   Scsi_Device* device;
   unsigned char dirty;
-  unsigned char write_pending;
   unsigned char rw;
   unsigned char ready;
   unsigned char eof;
@@ -47,6 +46,7 @@
   unsigned char density;
   unsigned char door_locked;
   ST_buffer * buffer;
+  struct semaphore sem;
   int block_size;
   int min_block;
   int max_block;
@@ -58,6 +58,7 @@
   struct mtget * mt_status;
   Scsi_Cmnd SCpnt;
 #if DEBUG
+  unsigned char write_pending;
   int nbr_finished;
   int nbr_waits;
 #endif

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov with Sam's (original) version
of this