summaryrefslogtreecommitdiff
path: root/net/unix/af_unix.c
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@conectiva.com.br>2005-02-21 18:48:28 -0800
committerLinus Torvalds <torvalds@ppc970.osdl.org>2005-02-21 18:48:28 -0800
commit0f4389e9ea7fab8b28c40a1730c1b895211430a8 (patch)
tree7fe20b3208391866de50776de90ba829934e215b /net/unix/af_unix.c
parentf7b4ca436467077cb9ca69763e5fe2c643892b85 (diff)
[TCP]: Fix excessive stack usage resulting in OOPS with 4KSTACKS.
Various routines were putting a full struct tcp_sock on the local stack. What they really wanted was a subset of this information when doing TCP options processing when we only have a mini-socket (for example in SYN-RECVD and TIME_WAIT states). Therefore pull out the needed information into a sub-struct and use that in the TCP options processing routines. Signed-off-by: Arnaldo Carvalho de Melo <acme@conectiva.com.br> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/unix/af_unix.c')
0 files changed, 0 insertions, 0 deletions