[TCP]: Move the tcp sock states to net/tcp_states.h
authorArnaldo Carvalho de Melo <acme@ghostprotocols.net>
Wed, 10 Aug 2005 03:08:28 +0000 (20:08 -0700)
committerDavid S. Miller <davem@sunset.davemloft.net>
Mon, 29 Aug 2005 22:41:54 +0000 (15:41 -0700)
commitc752f0739f09b803aed191c4765a3b6650a08653
tree33dcc7acf66ec51952b76276c758e38811f4f708
parentf3f05f7046e7c85b04af390d95a82a27160dd5d0
[TCP]: Move the tcp sock states to net/tcp_states.h

Lots of places just needs the states, not even linux/tcp.h, where this
enum was, needs it.

This speeds up development of the refactorings as less sources are
rebuilt when things get moved from net/tcp.h.

Signed-off-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>
Signed-off-by: David S. Miller <davem@davemloft.net>
53 files changed:
fs/smbfs/sock.c
include/linux/tcp.h
include/net/dn.h
include/net/inet_hashtables.h
include/net/ip6_route.h
include/net/ip_vs.h
include/net/sctp/constants.h
include/net/tcp.h
include/net/tcp_states.h [new file with mode: 0644]
net/appletalk/ddp.c
net/ax25/af_ax25.c
net/ax25/ax25_ds_in.c
net/ax25/ax25_ds_timer.c
net/ax25/ax25_in.c
net/ax25/ax25_std_in.c
net/ax25/ax25_std_timer.c
net/ax25/ax25_subr.c
net/core/datagram.c
net/decnet/af_decnet.c
net/decnet/dn_nsp_in.c
net/ipv4/datagram.c
net/ipv4/ipvs/ip_vs_app.c
net/ipv4/protocol.c
net/ipv4/raw.c
net/ipv4/udp.c
net/ipv6/datagram.c
net/ipv6/raw.c
net/ipv6/udp.c
net/ipx/af_ipx.c
net/ipx/ipx_proc.c
net/irda/af_irda.c
net/llc/af_llc.c
net/llc/llc_conn.c
net/llc/llc_if.c
net/llc/llc_sap.c
net/netrom/af_netrom.c
net/netrom/nr_in.c
net/netrom/nr_subr.c
net/netrom/nr_timer.c
net/rose/af_rose.c
net/rose/rose_in.c
net/rose/rose_route.c
net/rose/rose_subr.c
net/rose/rose_timer.c
net/sctp/ipv6.c
net/sunrpc/svcsock.c
net/unix/af_unix.c
net/unix/garbage.c
net/wanrouter/af_wanpipe.c
net/x25/af_x25.c
net/x25/x25_in.c
net/x25/x25_subr.c
net/x25/x25_timer.c