Re: [PATCH] Fix reported kmemleak

2016-06-12 Thread Xiong Zhou
Hi, On Tue, Jun 07, 2016 at 11:23:30AM -0500, Shaun Tancheff wrote: > This fixes a memory leak reported by a few people in 4.7-rc1 > > kmemleak report after 9082e87bfbf8 ("block: remove struct bio_batch") > > This patch just formalizes the one in this discussion here: > https://lkml.kernel.org/r

[PATCH] Fix reported kmemleak

2016-06-07 Thread Shaun Tancheff
This fixes a memory leak reported by a few people in 4.7-rc1 kmemleak report after 9082e87bfbf8 ("block: remove struct bio_batch") This patch just formalizes the one in this discussion here: https://lkml.kernel.org/r/20160606112620.ga29...@e104818-lin.cambridge.arm.com The same issue appears her