blk-iolatency: fix blkg leak in timer_fn
authorJosef Bacik <[email protected]>
Tue, 31 Jul 2018 16:39:02 +0000 (12:39 -0400)
committerJens Axboe <[email protected]>
Wed, 1 Aug 2018 15:16:01 +0000 (09:16 -0600)
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 <[email protected]>
Signed-off-by: Jens Axboe <[email protected]>
block/blk-iolatency.c

index bb59b2929e0d96bb8fe949f4e267a6947687b16f..b0dc4fc64b3ec261d614a32d4b0c15f486f646b6 100644 (file)
@@ -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);