net: add __rcu annotations to sk_wq and wq
authorEric Dumazet <eric.dumazet@gmail.com>
Fri, 18 Feb 2011 03:26:36 +0000 (03:26 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 22 Feb 2011 18:19:31 +0000 (10:19 -0800)
commiteaefd1105bc431ef329599e307a07f2a36ae7872
tree658eeed417654c8f6015d4d5f957f5a1b5e9521f
parent04cfa852ff8dab923640500ee850d19e75bacabc
net: add __rcu annotations to sk_wq and wq

Add proper RCU annotations/verbs to sk_wq and wq members

Fix __sctp_write_space() sk_sleep() abuse (and sock->wq access)

Fix sunrpc sk_sleep() abuse too

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/net.h
include/net/sock.h
net/sctp/socket.c
net/socket.c
net/sunrpc/svcsock.c
net/unix/af_unix.c