diff options
author | Hans Schillstrom <hans.schillstrom@ericsson.com> | 2011-06-10 04:19:09 -0400 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-06-13 04:04:06 -0400 |
commit | ed78bec4d6873e8971f56557f8ca3bcda38044ea (patch) | |
tree | a361bf796bb97c848def8c942701653fddf8d006 /include/net/ip_vs.h | |
parent | c3aa1bd3768e278512f7583ce5f5fe84f466345d (diff) |
IPVS remove unused var from migration to netns
Remove variable ctl_key from struct netns_ipvs,
it's a leftover from early netns work.
Signed-off-by: Hans Schillstrom <hans.schillstrom@ericsson.com>
Signed-off-by: Simon Horman <horms@verge.net.au>
Diffstat (limited to 'include/net/ip_vs.h')
-rw-r--r-- | include/net/ip_vs.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/include/net/ip_vs.h b/include/net/ip_vs.h index 481f856c650f..34a6fa825167 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h | |||
@@ -836,8 +836,6 @@ struct netns_ipvs { | |||
836 | int num_services; /* no of virtual services */ | 836 | int num_services; /* no of virtual services */ |
837 | 837 | ||
838 | rwlock_t rs_lock; /* real services table */ | 838 | rwlock_t rs_lock; /* real services table */ |
839 | /* semaphore for IPVS sockopts. And, [gs]etsockopt may sleep. */ | ||
840 | struct lock_class_key ctl_key; /* ctl_mutex debuging */ | ||
841 | /* Trash for destinations */ | 839 | /* Trash for destinations */ |
842 | struct list_head dest_trash; | 840 | struct list_head dest_trash; |
843 | /* Service counters */ | 841 | /* Service counters */ |