commit | c8cdaf998df221b01134a051aba38c570105061b | [log] [tgz] |
---|---|---|
author | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Mon Mar 10 04:30:37 2008 -0400 |
committer | YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org> | Tue Mar 25 10:23:59 2008 +0900 |
tree | 1335a3a0b377621f1c38adbdade34abd6b621c94 | |
parent | a9b05723ffa2e427b0257b81ea74363fcd7c304f [diff] [blame] |
[IPV4,IPV6]: Share cork.rt between IPv4 and IPv6. Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
diff --git a/include/net/inet_sock.h b/include/net/inet_sock.h index b6db16d..a42cd63 100644 --- a/include/net/inet_sock.h +++ b/include/net/inet_sock.h
@@ -136,7 +136,7 @@ unsigned int flags; unsigned int fragsize; struct ip_options *opt; - struct rtable *rt; + struct dst_entry *dst; int length; /* Total length of all frames */ __be32 addr; struct flowi fl;