ipv6 netevent: Remove old_neigh from netevent_redirect.

The only user is cxgb3 driver.

old_neigh is used to check device change, but it must not happen
on redirect.  In this sense, we can remove old_neigh argument.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
YOSHIFUJI Hideaki / 吉藤英明
2013-01-14 09:28:27 +00:00
committed by David S. Miller
parent a66f566afc
commit 6059283378
3 changed files with 13 additions and 28 deletions

View File

@@ -16,9 +16,8 @@ struct neighbour;
struct netevent_redirect {
struct dst_entry *old;
struct neighbour *old_neigh;
struct dst_entry *new;
struct neighbour *new_neigh;
struct neighbour *neigh;
const void *daddr;
};