Re: [PATCH net-next] tcp: remove redundant checks II

2015-06-07 Thread David Miller
From: Eric Dumazet Date: Thu, 04 Jun 2015 08:01:12 -0700 > From: Eric Dumazet > > For same reasons than in commit 12e25e1041d0 ("tcp: remove redundant > checks"), we can remove redundant checks done for timewait sockets. > > Signed-off-by: Eric Dumazet Applied, thanks Eric. -- To unsubscribe

[PATCH net-next] tcp: remove redundant checks II

2015-06-04 Thread Eric Dumazet
From: Eric Dumazet For same reasons than in commit 12e25e1041d0 ("tcp: remove redundant checks"), we can remove redundant checks done for timewait sockets. Signed-off-by: Eric Dumazet --- net/ipv4/tcp_ipv4.c |4 net/ipv6/tcp_ipv6.c |4 2 files changed, 8 deletions(-) diff --