diff options
Diffstat (limited to 'include/net')
-rw-r--r-- | include/net/ip_vs.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index bee87badabef..64db11769cc2 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -753,7 +753,6 @@ struct ip_vs_dest { | |||
753 | /* for destination cache */ | 753 | /* for destination cache */ |
754 | spinlock_t dst_lock; /* lock of dst_cache */ | 754 | spinlock_t dst_lock; /* lock of dst_cache */ |
755 | struct dst_entry *dst_cache; /* destination cache entry */ | 755 | struct dst_entry *dst_cache; /* destination cache entry */ |
756 | u32 dst_rtos; /* RT_TOS(tos) for dst */ | ||
757 | u32 dst_cookie; | 756 | u32 dst_cookie; |
758 | union nf_inet_addr dst_saddr; | 757 | union nf_inet_addr dst_saddr; |
759 | 758 | ||