summaryrefslogtreecommitdiff
path: root/net/ipv4/tcp_input.c
diff options
context:
space:
mode:
authorTony Luck <tony.luck@intel.com>2005-10-28 15:28:54 -0700
committerTony Luck <tony.luck@intel.com>2005-10-28 15:28:54 -0700
commitfb5f329d58c67cadc8ff07193ea7556923d49d1b (patch)
treef26147586d353afc5f5979693769379186280736 /net/ipv4/tcp_input.c
parent9590204d31f8a5f47e890fbbdbcd37dd78f0581a (diff)
parent741b2252a5e14d6c60a913c77a6099abe73a854a (diff)
Auto-update from upstream
Diffstat (limited to 'net/ipv4/tcp_input.c')
-rw-r--r--net/ipv4/tcp_input.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/net/ipv4/tcp_input.c b/net/ipv4/tcp_input.c
index 677419d0c9ad..3e98b57578dc 100644
--- a/net/ipv4/tcp_input.c
+++ b/net/ipv4/tcp_input.c
@@ -2239,6 +2239,7 @@ static int tcp_ack_update_window(struct sock *sk, struct tcp_sock *tp,
/* Note, it is the only place, where
* fast path is recovered for sending TCP.
*/
+ tp->pred_flags = 0;
tcp_fast_path_check(sk, tp);
if (nwin > tp->max_window) {