diff options
Diffstat (limited to 'drivers/block/cciss.c')
-rw-r--r-- | drivers/block/cciss.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/block/cciss.c b/drivers/block/cciss.c index 86acdca5d0ce..030e52d72254 100644 --- a/drivers/block/cciss.c +++ b/drivers/block/cciss.c | |||
@@ -1802,7 +1802,7 @@ static int cciss_add_disk(ctlr_info_t *h, struct gendisk *disk, | |||
1802 | /* This is a limit in the driver and could be eliminated. */ | 1802 | /* This is a limit in the driver and could be eliminated. */ |
1803 | blk_queue_max_phys_segments(disk->queue, h->maxsgentries); | 1803 | blk_queue_max_phys_segments(disk->queue, h->maxsgentries); |
1804 | 1804 | ||
1805 | blk_queue_max_sectors(disk->queue, h->cciss_max_sectors); | 1805 | blk_queue_max_hw_sectors(disk->queue, h->cciss_max_sectors); |
1806 | 1806 | ||
1807 | blk_queue_softirq_done(disk->queue, cciss_softirq_done); | 1807 | blk_queue_softirq_done(disk->queue, cciss_softirq_done); |
1808 | 1808 | ||