diff options
Diffstat (limited to 'net/ipv4/inetpeer.c')
-rw-r--r-- | net/ipv4/inetpeer.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c index 86b1d0878dff..dd1b20eca1a2 100644 --- a/net/ipv4/inetpeer.c +++ b/net/ipv4/inetpeer.c | |||
@@ -399,7 +399,7 @@ static void unlink_from_pool(struct inet_peer *p, struct inet_peer_base *base) | |||
399 | write_sequnlock_bh(&base->lock); | 399 | write_sequnlock_bh(&base->lock); |
400 | 400 | ||
401 | if (do_free) | 401 | if (do_free) |
402 | call_rcu_bh(&p->rcu, inetpeer_free_rcu); | 402 | call_rcu(&p->rcu, inetpeer_free_rcu); |
403 | else | 403 | else |
404 | /* The node is used again. Decrease the reference counter | 404 | /* The node is used again. Decrease the reference counter |
405 | * back. The loop "cleanup -> unlink_from_unused | 405 | * back. The loop "cleanup -> unlink_from_unused |