Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 376672
b: refs/heads/master
c: 60ba834
h: refs/heads/master
v: v3
  • Loading branch information
Jay Vosburgh authored and David S. Miller committed May 31, 2013
1 parent 6ad4c4c commit 617fffb
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: 9747ba6636be8a7e8ba83a1fb231d061ca318e4f
refs/heads/master: 60ba834c2fb65f2fafee47e03c258fac579d0591
3 changes: 2 additions & 1 deletion trunk/net/core/dev_addr_lists.c
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,8 @@ static void __hw_addr_unsync_one(struct netdev_hw_addr_list *to_list,
if (err)
return;
ha->sync_cnt--;
__hw_addr_del_entry(from_list, ha, false, true);
/* address on from list is not marked synced */
__hw_addr_del_entry(from_list, ha, false, false);
}

static int __hw_addr_sync_multiple(struct netdev_hw_addr_list *to_list,
Expand Down

0 comments on commit 617fffb

Please sign in to comment.