From: Stephen Rothwell Date: Mon, 11 May 2020 04:19:30 +0000 (+1000) Subject: bdi: fix up for "remove the name field in struct backing_dev_info" X-Git-Tag: timers-urgent-2020-06-11~16^2~74 X-Git-Url: https://www.infradead.org/git/?a=commitdiff_plain;h=ae979182ebb322ddd159f998ddeed6efa4547073;p=users%2Fdwmw2%2Flinux.git bdi: fix up for "remove the name field in struct backing_dev_info" Fixes: 1cd925d58385 ("bdi: remove the name field in struct backing_dev_info") Signed-off-by: Stephen Rothwell Signed-off-by: Jens Axboe --- diff --git a/drivers/block/aoe/aoeblk.c b/drivers/block/aoe/aoeblk.c index a27804d71e122..5ca7216e9e01f 100644 --- a/drivers/block/aoe/aoeblk.c +++ b/drivers/block/aoe/aoeblk.c @@ -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;