Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78153
b: refs/heads/master
c: 59891d5
h: refs/heads/master
i:
  78151: 2b534da
v: v3
  • Loading branch information
Patrick McHardy authored and David S. Miller committed Jan 28, 2008
1 parent 3cf47c7 commit c63f755
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 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: 1b0b04f9fb657a9ee85e3b9388394b9b943f7ffc
refs/heads/master: 59891d53f4a31402f8bd1f8c89e0e2c07d51b2cd
2 changes: 0 additions & 2 deletions trunk/drivers/net/macvlan.c
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,6 @@ static void macvlan_broadcast(struct sk_buff *skb,
for (i = 0; i < MACVLAN_HASH_SIZE; i++) {
hlist_for_each_entry_rcu(vlan, n, &port->vlan_hash[i], hlist) {
dev = vlan->dev;
if (unlikely(!(dev->flags & IFF_UP)))
continue;

nskb = skb_clone(skb, GFP_ATOMIC);
if (nskb == NULL) {
Expand Down

0 comments on commit c63f755

Please sign in to comment.