Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 368847
b: refs/heads/master
c: 4ebd288
h: refs/heads/master
i:
  368845: 1b1c2a3
  368843: 10f8854
  368839: dbbbd6c
  368831: 44a1995
v: v3
  • Loading branch information
Julian Anastasov authored and Pablo Neira Ayuso committed Apr 1, 2013
1 parent 8b3772d commit cf4390b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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: c5549571f975ab519f9f3831327dc456bfd6b1ef
refs/heads/master: 4ebd288b69dcebde1adc5e4c21758ef6dfc7e06f
2 changes: 1 addition & 1 deletion trunk/net/netfilter/ipvs/ip_vs_lc.c
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ ip_vs_lc_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
* served, but no new connection is assigned to the server.
*/

list_for_each_entry(dest, &svc->destinations, n_list) {
list_for_each_entry_rcu(dest, &svc->destinations, n_list) {
if ((dest->flags & IP_VS_DEST_F_OVERLOAD) ||
atomic_read(&dest->weight) == 0)
continue;
Expand Down

0 comments on commit cf4390b

Please sign in to comment.