From: Glauber Costa Date: Tue, 6 Jan 2009 22:39:19 +0000 (-0800) Subject: mm: vmalloc improve vmallocinfo X-Git-Tag: v2.6.29-rc1~466 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=848778483351e90f9a2c587bdbe0c78b17c1e30b;p=pandora-kernel.git mm: vmalloc improve vmallocinfo If we do that, output of files like /proc/vmallocinfo will show things like "vmalloc_32", "vmalloc_user", or whomever the caller was as the caller. This info is not as useful as the real caller of the allocation. So, proposal is to call __vmalloc_node node directly, with matching parameters to save the caller information Signed-off-by: Glauber Costa Signed-off-by: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed