patch-2.3.46 linux/drivers/block/amiflop.c
Next file: linux/drivers/block/ataflop.c
Previous file: linux/drivers/block/acsi_slm.c
Back to the patch index
Back to the overall index
- Lines: 15
- Date:
Wed Feb 16 10:56:44 2000
- Orig file:
v2.3.45/linux/drivers/block/amiflop.c
- Orig date:
Fri Jan 28 15:09:07 2000
diff -u --recursive --new-file v2.3.45/linux/drivers/block/amiflop.c linux/drivers/block/amiflop.c
@@ -1385,12 +1385,12 @@
char *data;
unsigned long flags;
- if (CURRENT && CURRENT->rq_status == RQ_INACTIVE){
+ if (!QUEUE_EMPTY && CURRENT->rq_status == RQ_INACTIVE){
return;
}
repeat:
- if (!CURRENT) {
+ if (QUEUE_EMPTY) {
/* Nothing left to do */
return;
}
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)