From: Alexey Dobriyan Date: Mon, 21 Jul 2008 21:21:36 +0000 (-0700) Subject: proc: fix /proc/*/pagemap some more X-Git-Tag: v2.6.27-rc1~941 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ee1e6ab6056a8b9c19377257002da98b83819531;p=pandora-kernel.git proc: fix /proc/*/pagemap some more struct pagemap_walk was placed on stack, some hooks are initialized, the rest (->pgd_entry, ->pud_entry, ->pte_entry) are valid but junk. Reported-by: Eric Sesterhenn Signed-off-by: Alexey Dobriyan Cc: "Vegard Nossum" Cc: [2.6.25.x, 2.6.26.x] Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed