From: Zhang Yanfei Date: Mon, 8 Jul 2013 22:59:58 +0000 (-0700) Subject: mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED X-Git-Tag: v3.11-rc1~67^2~96 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=20fc02b477c526c6a85f84e3770373778ff2f97e;p=pandora-kernel.git mm/vmalloc.c: rename VM_UNLIST to VM_UNINITIALIZED VM_UNLIST was used to indicate that the vm_struct is not listed in vmlist. But after commit 4341fa454796 ("mm, vmalloc: remove list management of vmlist after initializing vmalloc"), the meaning of this flag changed. It now means the vm_struct is not fully initialized. So renaming it to VM_UNINITIALIZED seems more reasonable. Also change clear_vm_unlist to clear_vm_uninitialized_flag. Signed-off-by: Zhang Yanfei Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed