patch-1.3.63 linux/include/linux/blk.h

Next file: linux/include/linux/if_slip.h
Previous file: linux/fs/proc/array.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v1.3.62/linux/include/linux/blk.h linux/include/linux/blk.h
@@ -6,13 +6,6 @@
 #include <linux/config.h>
 
 /*
- * NR_REQUEST is the number of entries in the request-queue.
- * NOTE that writes may use only the low 2/3 of these: reads
- * take precedence.
- */
-#define NR_REQUEST	64
-
-/*
  * This is used in the elevator algorithm.  We don't prioritise reads
  * over writes any more --- although reads are more time-critical than
  * writes, by treating them equally we increase filesystem throughput.
@@ -67,6 +60,9 @@
 #ifdef CONFIG_SJCD
 extern int sjcd_init(void);
 #endif CONFIG_SJCD
+#ifdef CONFIG_CDI_INIT
+extern int cdi_init(void);
+#endif CONFIG_CDI_INIT
 #ifdef CONFIG_BLK_DEV_HD
 extern int hd_init(void);
 #endif

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