]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
zram_drv: update for backing dev info changes
authorJens Axboe <axboe@fb.com>
Thu, 2 Feb 2017 23:53:07 +0000 (16:53 -0700)
committerJens Axboe <axboe@fb.com>
Thu, 2 Feb 2017 23:53:07 +0000 (16:53 -0700)
commite17354961bb50931ec7b33f59c0713dcf98ac7d2
treea1f8c826796257d1e6d357410e8a42014319d236
parent6ac93117ab009d3901ed5d3d0f79056eb5fc0afd
zram_drv: update for backing dev info changes

A previous commit made the bdi embedded in the request queue
a pointer, but neglected to fixup zram. Fix it up.

Fixes: dc3b17cc8bf ("block: Use pointer to backing_dev_info from request_queue")
Reported-by: Bart Van Assche <bart.vanassche@sandisk.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/zram/zram_drv.c