Skip to content
Commit 3a5d1c0e authored by Eric Dumazet's avatar Eric Dumazet Committed by David S. Miller
Browse files

inet: reqsk_alloc() needs to take care of dead listeners



We'll soon no longer take a refcount on listeners,
so reqsk_alloc() can not assume a listener refcount is not
zero. We need to use atomic_inc_not_zero()

Signed-off-by: default avatarEric Dumazet <edumazet@google.com>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 2d331915
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment