diff options
author | 2024-05-09 12:47:10 +0800 | |
---|---|---|
committer | 2024-06-03 10:55:15 -0700 | |
commit | 4f8973e65fcd362b85942c80362cc9a7231b09fa (patch) | |
tree | dd22980fc71be1d3e0685ecb326c354b295555ea | |
parent | Linux 6.10-rc2 (diff) | |
download | wireguard-linux-4f8973e65fcd362b85942c80362cc9a7231b09fa.tar.xz wireguard-linux-4f8973e65fcd362b85942c80362cc9a7231b09fa.zip |
KVM: x86: invalid_list not used anymore in mmu_shrink_scan
'invalid_list' is now gathered in KVM_MMU_ZAP_OLDEST_MMU_PAGES.
Signed-off-by: Liang Chen <liangchen.linux@gmail.com>
Link: https://lore.kernel.org/r/20240509044710.18788-1-liangchen.linux@gmail.com
Signed-off-by: Sean Christopherson <seanjc@google.com>
Diffstat (limited to '')
-rw-r--r-- | arch/x86/kvm/mmu/mmu.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/arch/x86/kvm/mmu/mmu.c b/arch/x86/kvm/mmu/mmu.c index 662f62dfb2aa..afc7489513bc 100644 --- a/arch/x86/kvm/mmu/mmu.c +++ b/arch/x86/kvm/mmu/mmu.c @@ -6893,7 +6893,6 @@ static unsigned long mmu_shrink_scan(struct shrinker *shrink, list_for_each_entry(kvm, &vm_list, vm_list) { int idx; - LIST_HEAD(invalid_list); /* * Never scan more than sc->nr_to_scan VM instances. |