summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorDavid S. Miller <davem@nuts.ninka.net>2002-10-08 03:47:41 -0700
committerDavid S. Miller <davem@nuts.ninka.net>2002-10-08 03:47:41 -0700
commit6f1fc71cf1b4bc935ae887cb6f870eef25c3eca1 (patch)
treea15767ae944599696ceabb236c1a0d9350e4a9ad /include
parent3525bea4ce3bcd70f8072bf67e6ac9f76e201c06 (diff)
include/net/sock.h: Kill __async_lock_sock extern for now.
Diffstat (limited to 'include')
-rw-r--r--include/net/sock.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/sock.h b/include/net/sock.h
index 5bc26816bcd5..a9ae70ce557f 100644
--- a/include/net/sock.h
+++ b/include/net/sock.h
@@ -307,7 +307,6 @@ static __inline__ void sock_prot_dec_use(struct proto *prot)
* Since ~2.3.5 it is also exclusive sleep lock serializing
* accesses from user process context.
*/
-extern int __async_lock_sock(struct sock_iocb *, struct sock *, struct list_head *);
extern void __lock_sock(struct sock *sk);
extern void __release_sock(struct sock *sk);
#define sock_owned_by_user(sk) (NULL != (sk)->lock.owner)