diff options
author | Hans Schillstrom <hans.schillstrom@ericsson.com> | 2011-06-10 10:19:09 +0200 |
---|---|---|
committer | Simon Horman <horms@verge.net.au> | 2011-06-13 17:04:06 +0900 |
commit | ed78bec4d6873e8971f56557f8ca3bcda38044ea (patch) | |
tree | a361bf796bb97c848def8c942701653fddf8d006 /include | |
parent | c3aa1bd3768e278512f7583ce5f5fe84f466345d (diff) | |
download | linux-3.10-ed78bec4d6873e8971f56557f8ca3bcda38044ea.tar.gz linux-3.10-ed78bec4d6873e8971f56557f8ca3bcda38044ea.tar.bz2 linux-3.10-ed78bec4d6873e8971f56557f8ca3bcda38044ea.zip |
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')
-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 481f856c650..34a6fa82516 100644 --- a/include/net/ip_vs.h +++ b/include/net/ip_vs.h @@ -836,8 +836,6 @@ struct netns_ipvs { int num_services; /* no of virtual services */ rwlock_t rs_lock; /* real services table */ - /* semaphore for IPVS sockopts. And, [gs]etsockopt may sleep. */ - struct lock_class_key ctl_key; /* ctl_mutex debuging */ /* Trash for destinations */ struct list_head dest_trash; /* Service counters */ |