ipv4: Kill 'rt_src' from 'struct rtable'

Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
David Miller
2012-07-01 02:02:59 +00:00
committed by David S. Miller
parent 1a00fee4ff
commit d6c0a4f609
3 changed files with 15 additions and 21 deletions

View File

@ -49,7 +49,6 @@ struct rtable {
__u16 rt_type;
__be32 rt_dst; /* Path destination */
__be32 rt_src; /* Path source */
int rt_route_iif;
int rt_iif;
int rt_oif;