Eric Dumazet 9cd3e072b0 net: rename SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
This patch is a cleanup to make following patch easier to
review.

Goal is to move SOCK_ASYNC_NOSPACE and SOCK_ASYNC_WAITDATA
from (struct socket)->flags to a (struct socket_wq)->flags
to benefit from RCU protection in sock_wake_async()

To ease backports, we rename both constants.

Two new helpers, sk_set_bit(int nr, struct sock *sk)
and sk_clear_bit(int net, struct sock *sk) are added so that
following patch can change their implementation.

Signed-off-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2015-12-01 15:45:05 -05:00
..
2014-02-14 11:54:44 -06:00
2011-07-15 12:30:43 -05:00
2014-02-14 11:54:44 -06:00
2012-07-16 14:16:19 -05:00
2012-11-01 15:27:24 -05:00
2014-11-19 14:48:02 -06:00
2014-11-19 14:48:02 -06:00
2008-04-21 11:22:28 -05:00
2014-02-14 11:54:44 -06:00
2012-01-04 08:56:31 -06:00
2011-07-12 16:02:09 -05:00
2008-12-23 10:15:40 -06:00
2015-11-05 11:15:25 -08:00
2012-07-16 14:16:19 -05:00
2014-02-14 11:54:44 -06:00
2014-02-14 11:54:44 -06:00
2012-08-08 11:33:49 -05:00
2012-05-02 14:15:27 -05:00
2015-09-03 12:57:48 -07:00
2011-03-10 10:40:00 -06:00
2008-02-04 01:23:43 -06:00
2006-01-18 09:30:29 +00:00