Skip to content

Commit

Permalink
IPVS remove unused var from migration to netns
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Hans Schillstrom authored and Simon Horman committed Jun 13, 2011
1 parent c3aa1bd commit ed78bec
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions include/net/ip_vs.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit ed78bec

Please sign in to comment.