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)
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>

No differences found