Re: [PATCH 3/9] [TCP]: Tighten tcp_sock's belt, drop left_out

2007-07-02 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Thu, 31 May 2007 19:31:21 +0300 (EEST) > (i.e, how does it show up in oops if tcp_verify_left_out looks like this): > > #define tcp_verify_left_out(tp) BUG_ON(...) > > ...does it still point to the tcp.h line then or to the > tcp_sync_left_out

Re: [PATCH 3/9] [TCP]: Tighten tcp_sock's belt, drop left_out

2007-05-31 Thread Ilpo Järvinen
Thanks for you comments... On Thu, 31 May 2007, David Miller wrote: > From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> > Date: Sat, 26 May 2007 11:35:56 +0300 > > > It is easily calculable when needed and user are not that many > > after all. > > This looks good, but are you absolutely sure we never us

Re: [PATCH 3/9] [TCP]: Tighten tcp_sock's belt, drop left_out

2007-05-31 Thread David Miller
From: "Ilpo_Järvinen" <[EMAIL PROTECTED]> Date: Sat, 26 May 2007 11:35:56 +0300 > From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= <[EMAIL PROTECTED]> > > It is easily calculable when needed and user are not that many > after all. > > Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> This looks good, but

[PATCH 3/9] [TCP]: Tighten tcp_sock's belt, drop left_out

2007-05-26 Thread Ilpo Järvinen
From: =?ISO-8859-1?q?Ilpo_J=E4rvinen?= <[EMAIL PROTECTED]> It is easily calculable when needed and user are not that many after all. Signed-off-by: Ilpo Järvinen <[EMAIL PROTECTED]> --- include/linux/tcp.h |1 - include/net/tcp.h|4 ++-- net/ipv4/tcp_input.c | 11 ++---