block: lift setting the readahead size into the block layer
[linux-2.6-microblaze.git] / drivers / block / aoe / aoeblk.c
index d8cfc23..c34e71b 100644 (file)
@@ -406,7 +406,6 @@ aoeblk_gdalloc(void *vp)
        WARN_ON(d->gd);
        WARN_ON(d->flags & DEVFL_UP);
        blk_queue_max_hw_sectors(q, BLK_DEF_MAX_SECTORS);
-       q->backing_dev_info->ra_pages = SZ_2M / PAGE_SIZE;
        blk_queue_io_opt(q, SZ_2M);
        d->bufpool = mp;
        d->blkq = gd->queue = q;