Commit bbd25700 authored by Andrew Morton's avatar Andrew Morton Committed by James Toy

Signed-off-by: Andrew Morton <akpm@linux-foundation.org>

parent b3263a35
...@@ -264,14 +264,8 @@ aoeblk_gdalloc(void *vp) ...@@ -264,14 +264,8 @@ aoeblk_gdalloc(void *vp)
goto err_disk; goto err_disk;
} }
<<<<<<< HEAD:drivers/block/aoe/aoeblk.c
d->blkq = blk_alloc_queue(GFP_KERNEL); d->blkq = blk_alloc_queue(GFP_KERNEL);
if (!d->blkq) if (!d->blkq)
=======
blk_queue_make_request(&d->blkq, aoeblk_make_request);
d->blkq.backing_dev_info.name = "aoe";
if (bdi_init(&d->blkq.backing_dev_info))
>>>>>>> FETCH_HEAD:drivers/block/aoe/aoeblk.c
goto err_mempool; goto err_mempool;
blk_queue_make_request(d->blkq, aoeblk_make_request); blk_queue_make_request(d->blkq, aoeblk_make_request);
if (bdi_init(&d->blkq->backing_dev_info)) if (bdi_init(&d->blkq->backing_dev_info))
......
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