diff options
author | Mike Miller <mike.miller@hp.com> | 2006-12-06 23:35:06 -0500 |
---|---|---|
committer | Linus Torvalds <torvalds@woody.osdl.org> | 2006-12-07 11:39:29 -0500 |
commit | 92c4231aef720bd5e1d634d2f7335f31277318da (patch) | |
tree | 3c08d3479b2db7db693c5439357648ea02135e2e /drivers/block/cciss.h | |
parent | f92e2f5f889803306e50c06e17ee330403e91b8d (diff) |
[PATCH] cciss: set sector_size to 2048 for performance
Change the blk_queue_max_sectors from 512 to 2048. This helps increase
performance.
[akpm@osdl.org: s/sector_size/max_sectors/]
Signed-off-by: Mike Miller <mike.miller@hp.com>
Cc: Jens Axboe <jens.axboe@oracle.com>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
Diffstat (limited to 'drivers/block/cciss.h')
-rw-r--r-- | drivers/block/cciss.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/block/cciss.h b/drivers/block/cciss.h index 0d765f9237be..c3df673f860b 100644 --- a/drivers/block/cciss.h +++ b/drivers/block/cciss.h | |||
@@ -77,6 +77,7 @@ struct ctlr_info | |||
77 | unsigned int intr[4]; | 77 | unsigned int intr[4]; |
78 | unsigned int msix_vector; | 78 | unsigned int msix_vector; |
79 | unsigned int msi_vector; | 79 | unsigned int msi_vector; |
80 | int cciss_max_sectors; | ||
80 | BYTE cciss_read; | 81 | BYTE cciss_read; |
81 | BYTE cciss_write; | 82 | BYTE cciss_write; |
82 | BYTE cciss_read_capacity; | 83 | BYTE cciss_read_capacity; |