patch-1.3.69 linux/include/linux/blkdev.h
Next file: linux/include/linux/cdrom.h
Previous file: linux/include/linux/blk.h
Back to the patch index
Back to the overall index
-  Lines: 11
-  Date:
Tue Feb 27 13:35:21 1996
-  Orig file: 
v1.3.68/linux/include/linux/blkdev.h
-  Orig date: 
Mon Sep 18 14:54:09 1995
diff -u --recursive --new-file v1.3.68/linux/include/linux/blkdev.h linux/include/linux/blkdev.h
@@ -47,6 +47,10 @@
 extern struct wait_queue * wait_for_request;
 extern void resetup_one_dev(struct gendisk *dev, int drive);
 
+/* md needs those functions to requeue requests */
+extern void add_request(struct blk_dev_struct * dev, struct request * req);
+extern struct request *get_md_request (int max_req, kdev_t dev);
+
 extern int * blk_size[MAX_BLKDEV];
 
 extern int * blksize_size[MAX_BLKDEV];
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this