From: Takuya Yoshikawa Date: Thu, 21 Mar 2013 10:34:27 +0000 (+0900) Subject: KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available() X-Git-Tag: omap-for-v3.10/dt-fixes-for-merge-window~32^2~89 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=81f4f76bbc712a2dff8bb020057c554e285370e1;p=pandora-kernel.git KVM: MMU: Rename kvm_mmu_free_some_pages() to make_mmu_pages_available() The current name "kvm_mmu_free_some_pages" should be used for something that actually frees some shadow pages, as we expect from the name, but what the function is doing is to make some, KVM_MIN_FREE_MMU_PAGES, shadow pages available: it does nothing when there are enough. This patch changes the name to reflect this meaning better; while doing this renaming, the code in the wrapper function is inlined into the main body since the whole function will be inlined into the only caller now. Signed-off-by: Takuya Yoshikawa Signed-off-by: Marcelo Tosatti --- Reading git-diff-tree failed