Lets just make the default fifo_batch count 16. I see a slight slope in
throughput, but the various interactiveness improvements are worth it,
imho. Plus this gets Andrew of my back, he's been lobbying for this for
a while.
* front fifo request expires.
*/
static int read_expire = HZ / 2; /* 500ms start timeout */
-static int fifo_batch = 32; /* 4 seeks, or 64 contig */
+static int fifo_batch = 16;
static int seek_cost = 16; /* seek is 16 times more expensive */
/*