OSDN Git Service

net: Remove FLOWI_FLAG_CAN_SLEEP
authorSteffen Klassert <steffen.klassert@secunet.com>
Wed, 28 Aug 2013 06:04:14 +0000 (08:04 +0200)
committerSteffen Klassert <steffen.klassert@secunet.com>
Fri, 6 Dec 2013 06:24:39 +0000 (07:24 +0100)
commit0e0d44ab4275549998567cd4700b43f7496eb62b
tree2b508851d3c8c76f7068c519e0b5c8ad31d21eec
parent5b8ef3415a21f173ab115e90ec92c071a03f22d7
net: Remove FLOWI_FLAG_CAN_SLEEP

FLOWI_FLAG_CAN_SLEEP was used to notify xfrm about the posibility
to sleep until the needed states are resolved. This code is gone,
so FLOWI_FLAG_CAN_SLEEP is not needed anymore.

Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
22 files changed:
include/net/flow.h
include/net/ipv6.h
include/net/route.h
net/dccp/ipv4.c
net/dccp/ipv6.c
net/decnet/dn_route.c
net/ipv4/af_inet.c
net/ipv4/datagram.c
net/ipv4/raw.c
net/ipv4/tcp_ipv4.c
net/ipv4/udp.c
net/ipv6/af_inet6.c
net/ipv6/datagram.c
net/ipv6/inet6_connection_sock.c
net/ipv6/ip6_output.c
net/ipv6/ping.c
net/ipv6/raw.c
net/ipv6/syncookies.c
net/ipv6/tcp_ipv6.c
net/ipv6/udp.c
net/l2tp/l2tp_ip6.c
net/sctp/ipv6.c