Re: [PATCH v5 10/13] xen/spinlock: let all is_locked and trylock variants return bool

2024-03-18 Thread Jan Beulich
On 14.03.2024 08:20, Juergen Gross wrote: > Switch the remaining trylock and is_locked variants to return bool. > > Signed-off-by: Juergen Gross Reviewed-by: Jan Beulich

[PATCH v5 10/13] xen/spinlock: let all is_locked and trylock variants return bool

2024-03-14 Thread Juergen Gross
Switch the remaining trylock and is_locked variants to return bool. Signed-off-by: Juergen Gross --- V5: - new patch (Jan Beulich) --- xen/common/spinlock.c | 4 ++-- xen/include/xen/spinlock.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/xen/common/spinlock.c