Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 237498
b: refs/heads/master
c: e364a34
h: refs/heads/master
v: v3
  • Loading branch information
Amerigo Wang authored and David S. Miller committed Feb 28, 2011
1 parent 58da3eb commit 19726c8
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: 8da83f8e73a42fa3142843938aa1590b82acb6ec
refs/heads/master: e364a3416d81c7717dd642dc9b3ab132b7885f66
2 changes: 1 addition & 1 deletion trunk/drivers/net/bonding/bond_alb.c
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ static struct slave *rlb_choose_channel(struct sk_buff *skb, struct bonding *bon

_lock_rx_hashtbl(bond);

hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_src));
hash_index = _simple_hash((u8 *)&arp->ip_dst, sizeof(arp->ip_dst));
client_info = &(bond_info->rx_hashtbl[hash_index]);

if (client_info->assigned) {
Expand Down

0 comments on commit 19726c8

Please sign in to comment.