bdi: fix up for "remove the name field in struct backing_dev_info"
authorStephen Rothwell <sfr@canb.auug.org.au>
Mon, 11 May 2020 04:19:30 +0000 (14:19 +1000)
committerJens Axboe <axboe@kernel.dk>
Mon, 11 May 2020 15:08:26 +0000 (09:08 -0600)
Fixes: 1cd925d58385 ("bdi: remove the name field in struct backing_dev_info")
Signed-off-by: Stephen Rothwell <sfr@canb.auug.org.au>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/block/aoe/aoeblk.c

index a27804d..5ca7216 100644 (file)
@@ -407,7 +407,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->name = "aoe";
        q->backing_dev_info->ra_pages = READ_AHEAD / PAGE_SIZE;
        d->bufpool = mp;
        d->blkq = gd->queue = q;