Eric Dumazet
aa39514516
net: sk_sleep() helper
...
Define a new function to return the waitqueue of a "struct sock".
static inline wait_queue_head_t *sk_sleep(struct sock *sk)
{
return sk->sk_sleep;
}
Change all read occurrences of sk_sleep by a call to this function.
Needed for a future RCU conversion. sk_sleep wont be a field directly
available.
Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com >
Signed-off-by: David S. Miller <davem@davemloft.net >
2010-04-20 16:37:13 -07:00
..
2010-04-20 16:37:13 -07:00
2009-08-23 19:13:14 -07:00
2010-04-11 14:53:53 -07:00
2010-03-30 22:02:32 +09:00
2010-04-11 14:53:53 -07:00
2010-04-11 14:53:53 -07:00
2010-04-11 14:53:53 -07:00
2009-04-09 17:21:14 -07:00
2010-03-16 21:17:00 -07:00
2009-09-15 09:39:44 -07:00
2009-11-18 08:37:40 -08:00
2010-03-30 22:02:32 +09:00
2009-10-30 15:06:39 -07:00
2010-03-30 22:02:32 +09:00
2009-02-26 23:39:25 -08:00
2010-04-11 14:53:53 -07:00
2010-03-30 22:02:32 +09:00
2010-04-11 14:53:53 -07:00
2009-04-09 17:21:14 -07:00
2010-03-16 21:16:53 -07:00
2009-09-15 09:39:44 -07:00
2009-11-18 08:37:40 -08:00
2010-03-30 22:02:32 +09:00
2009-10-30 15:06:39 -07:00
2009-08-23 19:13:09 -07:00
2010-04-11 14:53:53 -07:00
2009-02-26 23:39:26 -08:00
2009-08-23 19:13:09 -07:00
2010-03-30 22:02:32 +09:00
2010-03-30 22:02:32 +09:00
2010-03-16 21:16:57 -07:00
2009-02-26 23:39:33 -08:00
2010-04-11 14:53:53 -07:00
2009-10-30 15:06:37 -07:00
2010-04-20 16:37:13 -07:00
2010-04-20 16:37:13 -07:00
2010-04-20 16:37:13 -07:00
2009-08-23 19:13:07 -07:00
2009-11-18 08:37:40 -08:00
2010-02-03 20:16:48 -08:00
2010-03-30 22:02:32 +09:00
2010-04-11 14:53:53 -07:00
2010-03-16 21:16:55 -07:00
2009-08-23 19:13:02 -07:00
2010-03-30 22:02:32 +09:00
2009-08-23 19:13:02 -07:00
2010-03-16 21:17:02 -07:00
2009-08-23 19:13:12 -07:00