Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64006
b: refs/heads/master
c: cae7ca3
h: refs/heads/master
v: v3
  • Loading branch information
Heiko Carstens authored and David S. Miller committed Aug 14, 2007
1 parent 7bc6387 commit 79ff192
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: 7f353bf29e162459f2f1e2ca25e41011fae65241
refs/heads/master: cae7ca3d3de48851e929de9469397749638df779
2 changes: 1 addition & 1 deletion trunk/net/ipv4/ipvs/ip_vs_ctl.c
Original file line number Diff line number Diff line change
Expand Up @@ -908,7 +908,7 @@ ip_vs_edit_dest(struct ip_vs_service *svc, struct ip_vs_dest_user *udest)
write_lock_bh(&__ip_vs_svc_lock);

/* Wait until all other svc users go away */
while (atomic_read(&svc->usecnt) > 1) {};
IP_VS_WAIT_WHILE(atomic_read(&svc->usecnt) > 1);

/* call the update_service, because server weight may be changed */
svc->scheduler->update_service(svc);
Expand Down

0 comments on commit 79ff192

Please sign in to comment.