projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af00423
)
bdi: fix up for "remove the name field in struct backing_dev_info"
author
Stephen Rothwell
<sfr@canb.auug.org.au>
Mon, 11 May 2020 04:19:30 +0000
(14:19 +1000)
committer
Jens 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
patch
|
blob
|
history
diff --git
a/drivers/block/aoe/aoeblk.c
b/drivers/block/aoe/aoeblk.c
index a27804d71e122970af4f99be85e4d2850e3782e8..5ca7216e9e01f391443eaa5785b43be37c941f33 100644
(file)
--- 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;