diff options
author | Steffen Klassert <steffen.klassert@secunet.com> | 2012-03-06 16:21:10 -0500 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-03-08 03:30:32 -0500 |
commit | ac3f48de09d8f4b73397047e413fadff7f65cfa7 (patch) | |
tree | ae13a0ca68397df2792e064b0877376d106a2030 /net/ipv4/inetpeer.c | |
parent | 5faa5df1fa2024bd750089ff21dcc4191798263d (diff) |
route: Remove redirect_genid
As we invalidate the inetpeer tree along with the routing cache now,
we don't need a genid to reset the redirect handling when the routing
cache is flushed.
Signed-off-by: Steffen Klassert <steffen.klassert@secunet.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/ipv4/inetpeer.c')
-rw-r--r-- | net/ipv4/inetpeer.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/net/ipv4/inetpeer.c b/net/ipv4/inetpeer.c index deea2e96b7f2..d4d61b694fab 100644 --- a/net/ipv4/inetpeer.c +++ b/net/ipv4/inetpeer.c | |||
@@ -498,7 +498,6 @@ relookup: | |||
498 | p->rate_last = 0; | 498 | p->rate_last = 0; |
499 | p->pmtu_expires = 0; | 499 | p->pmtu_expires = 0; |
500 | p->pmtu_orig = 0; | 500 | p->pmtu_orig = 0; |
501 | p->redirect_genid = 0; | ||
502 | memset(&p->redirect_learned, 0, sizeof(p->redirect_learned)); | 501 | memset(&p->redirect_learned, 0, sizeof(p->redirect_learned)); |
503 | INIT_LIST_HEAD(&p->gc_list); | 502 | INIT_LIST_HEAD(&p->gc_list); |
504 | 503 | ||