commit | f4477e90b3ea4c40466e8f418cf41a17aef09192 | [log] [tgz] |
---|---|---|
author | Nitin Gupta <ngupta@vflare.org> | Mon Apr 02 09:13:56 2012 -0500 |
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | Tue Apr 10 09:18:59 2012 -0700 |
tree | 7cba846e1a7a317bc3949b4063677942c614c150 | |
parent | 3fd654c22c7b002e8681accaed50a6d46656d815 [diff] |
staging: zsmalloc: fix memory leak This patch fixes a memory leak in zsmalloc where the first subpage of each zspage is leaked when the zspage is freed. Signed-off-by: Nitin Gupta <ngupta@vflare.org> Acked-by: Seth Jennings <sjenning@linux.vnet.ibm.com> Acked-by: Dan Magenheimer <dan.magenheimer@oracle.com> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>