From: Roel Kluin Date: Tue, 22 Sep 2009 00:04:11 +0000 (-0700) Subject: uml: fix order of pud and pmd_free() X-Git-Tag: v2.6.32-rc1~453 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=4d04c70754eec6d0fd342a5bc3f684db69cc2226;p=pandora-kernel.git uml: fix order of pud and pmd_free() If pmd_alloc() fails we should only free the prior allocated pud, if pte_alloc_map() fails, we should free pmd as well. Signed-off-by: Roel Kluin Cc: Jeff Dike Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed