Re: [PATCH] irda: Fix RCU lock pairing on error path

From: David Miller
Date: Thu Jun 29 2006 - 15:46:45 EST


From: Josh Triplett <josht@xxxxxxxxxxxx>
Date: Wed, 28 Jun 2006 17:56:41 -0700

> irlan_client_discovery_indication calls rcu_read_lock and rcu_read_unlock, but
> returns without unlocking in an error case. Fix that by replacing the return
> with a goto so that the rcu_read_unlock always gets executed.
>
> Signed-off-by: Josh Triplett <josh@xxxxxxxxxxxxxxx>

Applied, thanks a lot.
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/