Commit 6f1fc71c authored by David S. Miller's avatar David S. Miller

include/net/sock.h: Kill __async_lock_sock extern for now.

parent 3525bea4
......@@ -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)
......
Markdown is supported
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