Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 83646
b: refs/heads/master
c: 9c1ca6e
h: refs/heads/master
v: v3
  • Loading branch information
Sven Wegener authored and David S. Miller committed Feb 6, 2008
1 parent b5c0b8f commit 2ea35a9
Show file tree
Hide file tree
Showing 2 changed files with 3 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: a29961b33b089cf4d252ac125891a2784d20ef2f
refs/heads/master: 9c1ca6e68a5d8d58776833b6496c0656a10be50c
3 changes: 2 additions & 1 deletion trunk/net/ipv4/ipvs/ip_vs_wrr.c
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@

#include <linux/module.h>
#include <linux/kernel.h>
#include <linux/net.h>

#include <net/ip_vs.h>

Expand Down Expand Up @@ -169,7 +170,7 @@ ip_vs_wrr_schedule(struct ip_vs_service *svc, const struct sk_buff *skb)
*/
if (mark->cw == 0) {
mark->cl = &svc->destinations;
IP_VS_INFO("ip_vs_wrr_schedule(): "
IP_VS_ERR_RL("ip_vs_wrr_schedule(): "
"no available servers\n");
dest = NULL;
goto out;
Expand Down

0 comments on commit 2ea35a9

Please sign in to comment.