Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 255563
b: refs/heads/master
c: 552ad65
h: refs/heads/master
i:
  255561: 1c01633
  255559: bb0577a
v: v3
  • Loading branch information
Hans Schillstrom authored and Simon Horman committed Jun 14, 2011
1 parent 321cbe5 commit 629edd9
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 10 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 503cf15a5ecc0f3f7a05ffe04c89fb7496100ee7
refs/heads/master: 552ad65aa58125769c16cf6a105229b259686d25
10 changes: 5 additions & 5 deletions trunk/net/netfilter/ipvs/ip_vs_core.c
Original file line number Diff line number Diff line change
Expand Up @@ -1384,7 +1384,7 @@ ip_vs_in_icmp(struct sk_buff *skb, int *related, unsigned int hooknum)
offset += 2 * sizeof(__u16);
verdict = ip_vs_icmp_xmit(skb, cp, pp, offset, hooknum);

out:
out:
__ip_vs_conn_put(cp);

return verdict;
Expand Down Expand Up @@ -2018,14 +2018,14 @@ static int __init ip_vs_init(void)
unregister_pernet_subsys(&ipvs_core_ops);
cleanup_sync:
ip_vs_sync_cleanup();
cleanup_conn:
cleanup_conn:
ip_vs_conn_cleanup();
cleanup_app:
cleanup_app:
ip_vs_app_cleanup();
cleanup_protocol:
cleanup_protocol:
ip_vs_protocol_cleanup();
ip_vs_control_cleanup();
cleanup_estimator:
cleanup_estimator:
ip_vs_estimator_cleanup();
return ret;
}
Expand Down
8 changes: 4 additions & 4 deletions trunk/net/netfilter/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -1334,9 +1334,9 @@ ip_vs_edit_service(struct ip_vs_service *svc, struct ip_vs_service_user_kern *u)
ip_vs_bind_pe(svc, pe);
}

out_unlock:
out_unlock:
write_unlock_bh(&__ip_vs_svc_lock);
out:
out:
ip_vs_scheduler_put(old_sched);
ip_vs_pe_put(old_pe);
return ret;
Expand Down Expand Up @@ -2469,7 +2469,7 @@ __ip_vs_get_service_entries(struct net *net,
count++;
}
}
out:
out:
return ret;
}

Expand Down Expand Up @@ -2707,7 +2707,7 @@ do_ip_vs_get_ctl(struct sock *sk, int cmd, void __user *user, int *len)
ret = -EINVAL;
}

out:
out:
mutex_unlock(&__ip_vs_mutex);
return ret;
}
Expand Down

0 comments on commit 629edd9

Please sign in to comment.