![]() |
lvs-devel
|
| To: | <horms@xxxxxxxxxxxx>, <ja@xxxxxx>, <wensong@xxxxxxxxxxxx>, <lvs-devel@xxxxxxxxxxxxxxx>, <netdev@xxxxxxxxxxxxxxx>, <netfilter-devel@xxxxxxxxxxxxxxx> |
|---|---|
| Subject: | [PATCH 1/1] IPVS remove unused var from migration to netns |
| Cc: | <hans@xxxxxxxxxxxxxxx>, Hans Schillstrom <hans.schillstrom@xxxxxxxxxxxx> |
| From: | Hans Schillstrom <hans.schillstrom@xxxxxxxxxxxx> |
| Date: | Fri, 10 Jun 2011 10:19:09 +0200 |
Remove variable ctl_key from struct netns_ipvs,
it's a leftover from early netns work.
Signed-off-by: Hans Schillstrom <hans.schillstrom@xxxxxxxxxxxx>
---
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 481f856..34a6fa8 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 */
--
1.6.0.2
--
To unsubscribe from this list: send the line "unsubscribe lvs-devel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
|
| <Prev in Thread] | Current Thread | [Next in Thread> |
|---|---|---|
| ||
| Previous by Date: | [PATCH] net: netfilter: ipvs: clean up the dead code, Changli Gao |
|---|---|
| Next by Date: | Re: ipvs netns exit causes crash in conntrack., Hans Schillstrom |
| Previous by Thread: | [PATCH] net: netfilter: ipvs: clean up the dead code, Changli Gao |
| Next by Thread: | Re: [PATCH 1/1] IPVS remove unused var from migration to netns, Simon Horman |
| Indexes: | [Date] [Thread] [Top] [All Lists] |