aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--drivers/block/cciss.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c
index f1e7390683fd..55bd35c0f082 100644
--- a/drivers/block/cciss.c
+++ b/drivers/block/cciss.c
@@ -132,7 +132,6 @@ static struct board_type products[] = {
132/*define how many times we will try a command because of bus resets */ 132/*define how many times we will try a command because of bus resets */
133#define MAX_CMD_RETRIES 3 133#define MAX_CMD_RETRIES 3
134 134
135#define READ_AHEAD 1024
136#define MAX_CTLR 32 135#define MAX_CTLR 32
137 136
138/* Originally cciss driver only supports 8 major numbers */ 137/* Originally cciss driver only supports 8 major numbers */
@@ -1402,7 +1401,6 @@ geo_inq:
1402 disk->private_data = &h->drv[drv_index]; 1401 disk->private_data = &h->drv[drv_index];
1403 1402
1404 /* Set up queue information */ 1403 /* Set up queue information */
1405 disk->queue->backing_dev_info.ra_pages = READ_AHEAD;
1406 blk_queue_bounce_limit(disk->queue, hba[ctlr]->pdev->dma_mask); 1404 blk_queue_bounce_limit(disk->queue, hba[ctlr]->pdev->dma_mask);
1407 1405
1408 /* This is a hardware imposed limit. */ 1406 /* This is a hardware imposed limit. */
@@ -3495,7 +3493,6 @@ static int __devinit cciss_init_one(struct pci_dev *pdev,
3495 } 3493 }
3496 drv->queue = q; 3494 drv->queue = q;
3497 3495
3498 q->backing_dev_info.ra_pages = READ_AHEAD;
3499 blk_queue_bounce_limit(q, hba[i]->pdev->dma_mask); 3496 blk_queue_bounce_limit(q, hba[i]->pdev->dma_mask);
3500 3497
3501 /* This is a hardware imposed limit. */ 3498 /* This is a hardware imposed limit. */