Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e69ae73b authored by Toby Smith's avatar Toby Smith Committed by Greg Kroah-Hartman
Browse files

staging: lustre: fix sparse warning "unexpected unlock"



Fix the following warning in lib-eq.c
warning: context imbalance in 'lnet_eq_wait_locked' - unexpected unlock

Signed-off-by: default avatarToby Smith <toby@tismith.id.au>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 773e4c41
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -325,6 +325,7 @@ EXPORT_SYMBOL(LNetEQWait);

static int
lnet_eq_wait_locked(int *timeout_ms)
__must_hold(&the_lnet.ln_eq_wait_lock)
{
	int		tms = *timeout_ms;
	int		wait;