patch-2.4.1 linux/include/linux/blk.h
Next file: linux/include/linux/blkdev.h
Previous file: linux/include/linux/acpi.h
Back to the patch index
Back to the overall index
-  Lines: 20
-  Date:
Mon Jan 29 23:25:32 2001
-  Orig file: 
v2.4.0/linux/include/linux/blk.h
-  Orig date: 
Thu Jan  4 14:50:47 2001
diff -u --recursive --new-file v2.4.0/linux/include/linux/blk.h linux/include/linux/blk.h
@@ -87,10 +87,6 @@
 
 static inline void blkdev_dequeue_request(struct request * req)
 {
-	if (req->e) {
-		req->e->dequeue_fn(req);
-		req->e = NULL;
-	}
 	list_del(&req->queue);
 }
 
@@ -322,7 +318,7 @@
 
 #define DEVICE_NAME "ida"
 #define TIMEOUT_VALUE (25*HZ)
-#define DEVICE_REQUEST do_ida_request0
+#define DEVICE_REQUEST do_ida_request
 #define DEVICE_NR(device) (MINOR(device) >> 4)
 
 #endif /* MAJOR_NR == whatever */
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)