argo: don't pointlessly use get_domain_by_id()
authorJan Beulich <jbeulich@suse.com>
Thu, 14 Jan 2021 12:02:35 +0000 (13:02 +0100)
committerJan Beulich <jbeulich@suse.com>
Thu, 14 Jan 2021 12:02:35 +0000 (13:02 +0100)
commitff20706cd7da8de9282cb6c0d37bde80630b0b86
tree22913e5758d38fd493bf06d008d6ddae03f601de
parent1bdd12364e5a3afbd34148477705c6ab8953aa41
argo: don't pointlessly use get_domain_by_id()

For short-lived references rcu_lock_domain_by_id() is the better
(slightly cheaper) alternative.

Signed-off-by: Jan Beulich <jbeulich@suse.com>
Acked-by: Andrew Cooper <andrew.cooper3@citrix.com>
Acked-by: Christopher Clark <christopher.w.clark@gmail.com>
xen/common/argo.c