patch-2.4.7 linux/drivers/scsi/scsi.h
Next file: linux/drivers/scsi/scsi_error.c
Previous file: linux/drivers/scsi/scsi.c
Back to the patch index
Back to the overall index
- Lines: 28
- Date:
Fri Jul 20 12:55:46 2001
- Orig file:
v2.4.6/linux/drivers/scsi/scsi.h
- Orig date:
Fri May 25 18:02:21 2001
diff -u --recursive --new-file v2.4.6/linux/drivers/scsi/scsi.h linux/drivers/scsi/scsi.h
@@ -617,6 +617,9 @@
unsigned remap:1; /* support remapping */
unsigned starved:1; /* unable to process commands because
host busy */
+
+ // Flag to allow revalidate to succeed in sd_open
+ int allow_revalidate;
};
@@ -668,7 +671,7 @@
unsigned short sr_use_sg; /* Number of pieces of scatter-gather */
unsigned short sr_sglist_len; /* size of malloc'd scatter-gather list */
unsigned sr_underflow; /* Return error if less than
- this amount is transfered */
+ this amount is transferred */
};
/*
@@ -756,7 +759,7 @@
void *buffer; /* Data buffer */
unsigned underflow; /* Return error if less than
- this amount is transfered */
+ this amount is transferred */
unsigned old_underflow; /* save underflow here when reusing the
* command for error handling */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)