Skip to content

Commit ae97918

Browse files
sfrothwellaxboe
authored andcommitted
bdi: fix up for "remove the name field in struct backing_dev_info"
Fixes: 1cd925d ("bdi: remove the name field in struct backing_dev_info") Signed-off-by: Stephen Rothwell <[email protected]> Signed-off-by: Jens Axboe <[email protected]>
1 parent af00423 commit ae97918

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

drivers/block/aoe/aoeblk.c

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -407,7 +407,6 @@ aoeblk_gdalloc(void *vp)
407407
WARN_ON(d->gd);
408408
WARN_ON(d->flags & DEVFL_UP);
409409
blk_queue_max_hw_sectors(q, BLK_DEF_MAX_SECTORS);
410-
q->backing_dev_info->name = "aoe";
411410
q->backing_dev_info->ra_pages = READ_AHEAD / PAGE_SIZE;
412411
d->bufpool = mp;
413412
d->blkq = gd->queue = q;

0 commit comments

Comments
 (0)