From: KAMEZAWA Hiroyuki Date: Tue, 22 Sep 2009 00:02:32 +0000 (-0700) Subject: vmalloc: unmap vmalloc area after hiding it X-Git-Tag: v2.6.32-rc1~533 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dd32c279983bf77fdcc8a9aa4a05b0ffdc75859c;p=pandora-kernel.git vmalloc: unmap vmalloc area after hiding it vmap area should be purged after vm_struct is removed from the list because vread/vwrite etc...believes the range is valid while it's on vm_struct list. Signed-off-by: KAMEZAWA Hiroyuki Reviewed-by: WANG Cong Cc: Mike Smith Cc: Nick Piggin Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed