Re: [PATCH 1/2] [IrDA] Fix RCU lock pairing on error path

From: David Miller
Date: Thu Jun 29 2006 - 20:01:52 EST


From: Samuel Ortiz <samuel@xxxxxxxxxx>
Date: Fri, 30 Jun 2006 09:55:34 +0300

> 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>
> Acked-by: Paul E. McKenney <paulmck@xxxxxxxxxx>
> Signed-off-by: Samuel Ortiz samuel@xxxxxxxxxx <>

Applied, thanks.
-
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/