Commit 37a15f2e authored by Mike Miller's avatar Mike Miller Committed by Linus Torvalds

[PATCH] cciss: read_ahead bumped to 1024

This patch changes our read_ahead to 1024.  This has been shown to increase
performance.
Signed-off-by: default avatarAndrew Morton <akpm@osdl.org>
Signed-off-by: default avatarLinus Torvalds <torvalds@osdl.org>
parent 2791c1f9
......@@ -115,7 +115,7 @@ static struct board_type products[] = {
/*define how many times we will try a command because of bus resets */
#define MAX_CMD_RETRIES 3
#define READ_AHEAD 256
#define READ_AHEAD 1024
#define NR_CMDS 384 /* #commands that can be outstanding */
#define MAX_CTLR 8
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment