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
..
2007-02-10 23:20:15 -08:00
2008-02-07 18:17:13 -08:00
2010-03-16 21:23:23 -07:00
2009-03-18 19:11:29 -07:00
2010-03-04 00:53:52 -08:00
2010-03-04 00:53:52 -08:00
2009-11-29 16:55:45 -08:00
2008-09-02 23:38:32 -07:00
2008-05-21 14:55:04 -07:00
2007-02-10 23:20:15 -08:00
2010-04-06 19:50:19 -07:00
2010-03-30 22:02:32 +09:00
2009-03-18 19:11:29 -07:00
2008-05-05 01:22:30 -07:00
2008-09-02 23:38:32 -07:00
2008-06-04 17:32:35 -07:00
2010-03-30 22:02:32 +09:00
2007-07-20 10:11:58 +09:00
2010-01-19 14:23:57 -08:00
2010-03-24 14:01:54 -07:00
2008-09-02 23:38:32 -07:00
2006-01-12 14:06:31 -08:00
2008-06-04 17:29:09 -07:00
2008-06-04 17:54:48 -07:00
2008-06-04 17:37:34 -07:00
2007-02-10 23:20:15 -08:00
2008-11-07 23:37:50 -08:00
2008-09-02 23:38:32 -07:00
2010-03-30 23:58:22 -07:00
2008-09-02 23:38:32 -07:00
2009-07-12 14:03:27 -07:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00
2010-03-24 14:01:54 -07:00
2008-09-02 23:38:32 -07:00
2008-07-14 22:44:01 -07:00
2008-09-02 23:38:32 -07:00
2010-03-16 14:15:45 -07:00
2008-04-16 18:21:16 -07:00
2010-04-20 16:37:13 -07:00
2010-04-06 19:50:19 -07:00
2010-03-08 12:20:58 -08:00
2008-07-14 22:44:01 -07:00
2007-02-10 23:20:15 -08:00
2008-09-02 23:38:32 -07:00
2008-09-02 23:38:32 -07:00