s390/mm: fix memory leak of ptlock in pmd_free_tlb
authorMartin Schwidefsky <schwidefsky@de.ibm.com>
Thu, 4 Dec 2014 10:07:19 +0000 (11:07 +0100)
committerMartin Schwidefsky <schwidefsky@de.ibm.com>
Mon, 8 Dec 2014 08:42:40 +0000 (09:42 +0100)
commit9de45f736f21655400fd56b85bfbaf507cc2959d
tree0058242cb673d931d76cf40e43aeb152355eca42
parent86ed42f401cb8fa54a8c553e075ea411caac7404
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 <schwidefsky@de.ibm.com>
arch/s390/include/asm/tlb.h
This page took 0.030483 seconds and 5 git commands to generate.