From: Martin Schwidefsky Date: Thu, 4 Dec 2014 10:07:19 +0000 (+0100) Subject: s390/mm: fix memory leak of ptlock in pmd_free_tlb X-Git-Tag: omap-for-v3.20/drop-legacy-3517~121^2~6 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9de45f736f21655400fd56b85bfbaf507cc2959d;p=pandora-kernel.git s390/mm: fix memory leak of ptlock in pmd_free_tlb The pmd_free_tlb function fails to call pgtable_pmd_page_dtor. Without the call the ptlock for the pmd tables will not be freed. Add the missing call. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed