patch-2.4.14 linux/include/linux/blkdev.h
Next file: linux/include/linux/cdrom.h
Previous file: linux/include/asm-sparc64/xor.h
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Mon Nov  5 12:42:57 2001
-  Orig file: 
v2.4.13/linux/include/linux/blkdev.h
-  Orig date: 
Tue Oct 23 22:48:53 2001
diff -u --recursive --new-file v2.4.13/linux/include/linux/blkdev.h linux/include/linux/blkdev.h
@@ -66,14 +66,17 @@
  */
 #define QUEUE_NR_REQUESTS	8192
 
+struct request_list {
+	unsigned int count;
+	struct list_head free;
+};
+
 struct request_queue
 {
 	/*
 	 * the queue request freelist, one for reads and one for writes
 	 */
-	struct list_head	request_freelist[2];
-	struct list_head	pending_freelist[2];
-	int			pending_free[2];
+	struct request_list	rq[2];
 
 	/*
 	 * Together with queue_head for cacheline sharing
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)