Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 233453
b: refs/heads/master
c: ceaaec9
h: refs/heads/master
i:
  233451: 9554220
v: v3
  • Loading branch information
Eric Dumazet authored and David S. Miller committed Feb 18, 2011
1 parent 68c8cfa commit d4d6391
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: f87e6f47933e3ebeced9bb12615e830a72cedce4
refs/heads/master: ceaaec98ad99859ac90ac6863ad0a6cd075d8e0e
2 changes: 2 additions & 0 deletions trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -5066,6 +5066,7 @@ static void rollback_registered(struct net_device *dev)

list_add(&dev->unreg_list, &single);
rollback_registered_many(&single);
list_del(&single);
}

unsigned long netdev_fix_features(unsigned long features, const char *name)
Expand Down Expand Up @@ -6219,6 +6220,7 @@ static void __net_exit default_device_exit_batch(struct list_head *net_list)
}
}
unregister_netdevice_many(&dev_kill_list);
list_del(&dev_kill_list);
rtnl_unlock();
}

Expand Down

0 comments on commit d4d6391

Please sign in to comment.