mirror of
https://github.com/Fishwaldo/linux-bl808.git
synced 2025-06-17 20:25:19 +00:00
[NET]: Cleanup INET_REFCNT_DEBUG code
Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
d13964f449
commit
e6848976b7
13 changed files with 86 additions and 74 deletions
|
@ -593,9 +593,7 @@ static struct sock *sctp_v4_create_accept_sk(struct sock *sk,
|
|||
newinet->mc_index = 0;
|
||||
newinet->mc_list = NULL;
|
||||
|
||||
#ifdef INET_REFCNT_DEBUG
|
||||
atomic_inc(&inet_sock_nr);
|
||||
#endif
|
||||
sk_refcnt_debug_inc(newsk);
|
||||
|
||||
if (newsk->sk_prot->init(newsk)) {
|
||||
sk_common_release(newsk);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue