Am 24.02.2017 um 20:49 schrieb Radim Krčmář: > kvm_make_request was a wrapper that added barriers to set_bit and > kvm_check_request did the same for test_bit and check_bit, but the name > was not very obvious. > > The renaming: > kvm_request_set <- kvm_make_request > kvm_request_test_and_clear <- kvm_check_request >
What about kvm_req_set() / kvm_req_test_and_clear() Matches the request bit definitions (KVM_REQ_*) and saves a couple of characters. Anyhow Reviewed-by: David Hildenbrand <da...@redhat.com> -- Thanks, David