tcp: Fix refcnt handling in __inet_hash_connect().
[linux-2.6-microblaze.git] / net / ipv4 / inet_hashtables.c
index 7498af3..cf88eca 100644 (file)
@@ -1135,7 +1135,7 @@ error:
                sock_prot_inuse_add(net, sk->sk_prot, -1);
 
                spin_lock(lock);
-               sk_nulls_del_node_init_rcu(sk);
+               __sk_nulls_del_node_init_rcu(sk);
                spin_unlock(lock);
 
                sk->sk_hash = 0;