From: Dave Hansen Date: Fri, 20 Aug 2010 01:11:14 +0000 (-0700) Subject: KVM: rename x86 kvm->arch.n_alloc_mmu_pages X-Git-Tag: v2.6.37-rc1~142^2~178 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=39de71ec5397f374aed95e99509372d605e1407c;p=pandora-kernel.git KVM: rename x86 kvm->arch.n_alloc_mmu_pages arch.n_alloc_mmu_pages is a poor choice of name. This value truly means, "the number of pages which _may_ be allocated". But, reading the name, "n_alloc_mmu_pages" implies "the number of allocated mmu pages", which is dead wrong. It's really the high watermark, so let's give it a name to match: nr_max_mmu_pages. This change will make the next few patches much more obvious and easy to read. Signed-off-by: Dave Hansen Signed-off-by: Tim Pepper Signed-off-by: Avi Kivity --- Reading git-diff-tree failed