From: Martin Schwidefsky Date: Fri, 17 Feb 2012 09:29:21 +0000 (+0100) Subject: [S390] incorrect PageTables counter for kvm page tables X-Git-Tag: v3.3-rc5~31^2~2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2320c5793790fcda80e6dcc088dbda86040235e5;p=pandora-kernel.git [S390] incorrect PageTables counter for kvm page tables The page_table_free_pgste function is used for kvm processes to free page tables that have the pgste extension. It calls pgtable_page_ctor instead of pgtable_page_dtor which increases NR_PAGETABLE instead of decreasing it. Signed-off-by: Martin Schwidefsky --- Reading git-diff-tree failed