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
- Lines: 18
- Date:
Tue Nov 28 17:07:47 2000
- Orig file:
v2.2.17/include/linux/blkdev.h
- Orig date:
Sat Sep 9 18:42:50 2000
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)