Skip to content

Commit f626279

Browse files
Dr. David Alan Gilbertsean-jc
authored andcommitted
KVM: selftests: remove unused struct 'memslot_antagonist_args'
'memslot_antagonist_args' is unused since the original commit f73a344 ("KVM: selftests: Add memslot modification stress test"). Remove it. Signed-off-by: Dr. David Alan Gilbert <[email protected]> Reviewed-by: Zenghui Yu <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Sean Christopherson <[email protected]>
1 parent c3f38fa commit f626279

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

tools/testing/selftests/kvm/memslot_modification_stress_test.c

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -53,12 +53,6 @@ static void vcpu_worker(struct memstress_vcpu_args *vcpu_args)
5353
}
5454
}
5555

56-
struct memslot_antagonist_args {
57-
struct kvm_vm *vm;
58-
useconds_t delay;
59-
uint64_t nr_modifications;
60-
};
61-
6256
static void add_remove_memslot(struct kvm_vm *vm, useconds_t delay,
6357
uint64_t nr_modifications)
6458
{

0 commit comments

Comments
 (0)