diff options
-rw-r--r-- | block/bio.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/block/bio.c b/block/bio.c index 9cabf5d0be20..9a63597aaacc 100644 --- a/block/bio.c +++ b/block/bio.c | |||
@@ -1833,6 +1833,8 @@ again: | |||
1833 | } | 1833 | } |
1834 | 1834 | ||
1835 | blk_throtl_bio_endio(bio); | 1835 | blk_throtl_bio_endio(bio); |
1836 | /* release cgroup info */ | ||
1837 | bio_uninit(bio); | ||
1836 | if (bio->bi_end_io) | 1838 | if (bio->bi_end_io) |
1837 | bio->bi_end_io(bio); | 1839 | bio->bi_end_io(bio); |
1838 | } | 1840 | } |