]> git.kernelconcepts.de Git - karo-tx-linux.git/blobdiff - net/ipv4/inetpeer.c
inetpeer: should use call_rcu() variant
[karo-tx-linux.git] / net / ipv4 / inetpeer.c
index 86b1d0878dff11d901264ae09010414082038eec..dd1b20eca1a25fd845e03ecc077a1e0f43412eff 100644 (file)
@@ -399,7 +399,7 @@ static void unlink_from_pool(struct inet_peer *p, struct inet_peer_base *base)
        write_sequnlock_bh(&base->lock);
 
        if (do_free)
-               call_rcu_bh(&p->rcu, inetpeer_free_rcu);
+               call_rcu(&p->rcu, inetpeer_free_rcu);
        else
                /* The node is used again.  Decrease the reference counter
                 * back.  The loop "cleanup -> unlink_from_unused