mirror of
https://github.com/torvalds/linux.git
synced 2024-11-10 14:11:52 +00:00
blk-iolatency: fix blkg leak in timer_fn
At this point we have a ref on the blkg, we need to drop it if we don't have a iolat. Signed-off-by: Josef Bacik <josef@toxicpanda.com> Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
4725549192
commit
52a1199ccd
@ -627,7 +627,7 @@ static void blkiolatency_timer_fn(struct timer_list *t)
|
||||
|
||||
iolat = blkg_to_lat(blkg);
|
||||
if (!iolat)
|
||||
continue;
|
||||
goto next;
|
||||
|
||||
lat_info = &iolat->child_lat;
|
||||
cookie = atomic_read(&lat_info->scale_cookie);
|
||||
|
Loading…
Reference in New Issue
Block a user