Bisected: Massive memory leak in dm-snapshot in 3.1 development introduced
On Sun, Oct 23, 2011 at 12:52:06PM +0300, Linus Torvalds wrote:
> Mikulas, Alasdair? I see the mempool_free() for the "master job", what
> about everything else? Does the dm_kcopyd_prepare_callback() perhaps
> need to do a
>
> job->master_job = job;
>
> or similar?
If you look at the other place that performs that mempool_alloc, it's indeed
present there.
Michael - can you test if this solves the problem?
--
dm-devel mailing list
dm-devel@redhat.com
https://www.redhat.com/mailman/listinfo/dm-devel
10-23-2011, 08:19 PM
Alasdair G Kergon
Bisected: Massive memory leak in dm-snapshot in 3.1 development introduced
On Sun, Oct 23, 2011 at 04:30:42PM +0200, Michael Leun wrote:
> On Sun, 23 Oct 2011 14:44:49 +0100
> Alasdair G Kergon <agk@redhat.com> wrote:
> > Michael - can you test if this solves the problem?