Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Hans Schillstrom and committed by
Simon Horman
ed78bec4 c3aa1bd3

-2
-2
include/net/ip_vs.h
··· 836 836 int num_services; /* no of virtual services */ 837 837 838 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 839 /* Trash for destinations */ 842 840 struct list_head dest_trash; 843 841 /* Service counters */