patch-2.4.0-prerelease linux/drivers/ide/ide-tape.c
Next file: linux/drivers/ieee1394/Makefile
Previous file: linux/drivers/ide/ide-floppy.c
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Sat Dec 30 18:16:13 2000
- Orig file:
v2.4.0-test12/linux/drivers/ide/ide-tape.c
- Orig date:
Tue Oct 31 12:42:26 2000
diff -u --recursive --new-file v2.4.0-test12/linux/drivers/ide/ide-tape.c linux/drivers/ide/ide-tape.c
@@ -686,7 +686,7 @@
byte *current_position; /* Pointer into the above buffer */
ide_startstop_t (*callback) (ide_drive_t *); /* Called when this packet command is completed */
byte pc_buffer[IDETAPE_PC_BUFFER_SIZE]; /* Temporary buffer */
- unsigned int flags; /* Status/Action bit flags */
+ unsigned long flags; /* Status/Action bit flags: long for set_bit */
} idetape_pc_t;
/*
@@ -908,7 +908,7 @@
int pages_per_stage;
int excess_bh_size; /* Wasted space in each stage */
- unsigned int flags; /* Status/Action flags */
+ unsigned long flags; /* Status/Action flags: long for set_bit */
spinlock_t spinlock; /* protects the ide-tape queue */
/*
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)