patch-2.2.18 linux/include/linux/blkdev.h

Next file: linux/include/linux/capi.h
Previous file: linux/include/linux/apm_bios.h
Back to the patch index
Back to the overall index

diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/include/linux/blkdev.h linux/include/linux/blkdev.h
@@ -42,15 +42,13 @@
 {
 	int read_latency;
 	int write_latency;
-	int max_bomb_segments;
 	unsigned int queue_ID;
 } elevator_t;
 
 #define ELEVATOR_DEFAULTS				\
 ((elevator_t) {						\
-	128,			/* read_latency */	\
-	8192,			/* write_latency */	\
-	32,			/* max_bomb_segments */	\
+	256,			/* read_latency */	\
+	512,			/* write_latency */	\
         0                       /* queue_ID */          \
 	})
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)