]> xenbits.xensource.com Git - people/andrewcoop/xen.git/commit
tools/libs/store: use single_with_domid() in xs_get_domain_path()
authorJuergen Gross <jgross@suse.com>
Mon, 10 Mar 2025 08:52:54 +0000 (09:52 +0100)
committerJan Beulich <jbeulich@suse.com>
Mon, 10 Mar 2025 08:52:54 +0000 (09:52 +0100)
commit9495e6577a69bb3783bc72860927d0538f07bc7c
tree3e46d21527103fe56d3e83216c240c41c9ce3bb7
parent2c3dffbaa324e5f09e714fea3d0f05c7daabee43
tools/libs/store: use single_with_domid() in xs_get_domain_path()

xs_get_domain_path() can be simplified by using single_with_domid().

Signed-off-by: Juergen Gross <jgross@suse.com>
Reviewed-by: Andrew Cooper <andrew.cooper3@citrix.com>
tools/libs/store/xs.c