patch-2.1.11 linux/drivers/scsi/scsi.c
Next file: linux/include/asm-alpha/uaccess.h
Previous file: linux/drivers/scsi/ppa.c
Back to the patch index
Back to the overall index
- Lines: 27
- Date:
Mon Nov 18 11:31:32 1996
- Orig file:
v2.1.10/linux/drivers/scsi/scsi.c
- Orig date:
Fri Nov 15 23:49:09 1996
diff -u --recursive --new-file v2.1.10/linux/drivers/scsi/scsi.c linux/drivers/scsi/scsi.c
@@ -311,7 +311,7 @@
void scsi_make_blocked_list(void) {
int block_count = 0, index;
- unsigned int flags;
+ unsigned long flags;
struct Scsi_Host * sh[128], * shpnt;
/*
@@ -1009,7 +1009,7 @@
kdev_t dev;
struct request * req = NULL;
int tablesize;
- unsigned int flags;
+ unsigned long flags;
struct buffer_head * bh, *bhp;
struct Scsi_Host * host;
Scsi_Cmnd * SCpnt = NULL;
@@ -1277,7 +1277,7 @@
static void scsi_request_sense (Scsi_Cmnd * SCpnt)
{
- unsigned int flags;
+ unsigned long flags;
save_flags(flags);
cli();
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov