On Wed, Mar 19, 2014 at 04:15:44AM +0530, Monam Agarwal wrote: > Signed-off-by: Monam Agarwal <monamagarwal...@gmail.com>
Reviewed-by: Paul E. McKenney <paul...@linux.vnet.ibm.com> > --- > drivers/net/ppp/pptp.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/net/ppp/pptp.c b/drivers/net/ppp/pptp.c > index 89f829f..ede899c 100644 > --- a/drivers/net/ppp/pptp.c > +++ b/drivers/net/ppp/pptp.c > @@ -162,7 +162,7 @@ static void del_chan(struct pppox_sock *sock) > { > spin_lock(&chan_lock); > clear_bit(sock->proto.pptp.src_addr.call_id, callid_bitmap); > - rcu_assign_pointer(callid_sock[sock->proto.pptp.src_addr.call_id], > NULL); > + RCU_INIT_POINTER(callid_sock[sock->proto.pptp.src_addr.call_id], NULL); > spin_unlock(&chan_lock); > synchronize_rcu(); > } > -- > 1.7.9.5 > -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/