summaryrefslogtreecommitdiffstats
path: root/include/net/inet_common.h
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo2005-08-10 04:45:38 +0200
committerDavid S. Miller2005-08-30 00:37:29 +0200
commite6848976b721eeb5551cd94673faafeef78d9f35 (patch)
tree6c78b0eb52614ff6386b603ca64091b5aefaa418 /include/net/inet_common.h
parent[IPV4/6]: Check if packet was actually delivered to a raw socket to decide wh... (diff)
downloadkernel-qcow2-linux-e6848976b721eeb5551cd94673faafeef78d9f35.tar.gz
kernel-qcow2-linux-e6848976b721eeb5551cd94673faafeef78d9f35.tar.xz
kernel-qcow2-linux-e6848976b721eeb5551cd94673faafeef78d9f35.zip
[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>
Diffstat (limited to 'include/net/inet_common.h')
-rw-r--r--include/net/inet_common.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/inet_common.h b/include/net/inet_common.h
index fbc1f4d140d8..1fbd94d8a316 100644
--- a/include/net/inet_common.h
+++ b/include/net/inet_common.h
@@ -29,7 +29,6 @@ extern unsigned int inet_poll(struct file * file, struct socket *sock, struct p
extern int inet_listen(struct socket *sock, int backlog);
extern void inet_sock_destruct(struct sock *sk);
-extern atomic_t inet_sock_nr;
extern int inet_bind(struct socket *sock,
struct sockaddr *uaddr, int addr_len);