cfq-iosched: fix other locations where blkcg_to_cfqgd() can return NULL
authorJens Axboe <axboe@fb.com>
Sat, 20 Jun 2015 16:26:50 +0000 (10:26 -0600)
committerJens Axboe <axboe@fb.com>
Sat, 20 Jun 2015 16:26:50 +0000 (10:26 -0600)
Commit 9470e4a693db only covered the initial bug report, there are
other spots in CFQ where we need to check that we actually have
a valid cfq_group_data structure.

Fixes: e48453c3 ("block, cgroup: implement policy-specific per-blkcg data")
Signed-off-by: Jens Axboe <axboe@fb.com>
block/cfq-iosched.c

Simple merge