Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 78364
b: refs/heads/master
c: 3b5b34f
h: refs/heads/master
v: v3
  • Loading branch information
Denis Cheng authored and David S. Miller committed Jan 28, 2008
1 parent 687509e commit 60867db
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: 877a9bff3889512d7326d6bf0ba6ed3ddda6d772
refs/heads/master: 3b5b34fd2b0fdea4d2efbd55daefb1ad3d7d9039
2 changes: 1 addition & 1 deletion trunk/net/core/dev.c
Original file line number Diff line number Diff line change
Expand Up @@ -3492,7 +3492,7 @@ static int dev_new_index(struct net *net)

/* Delayed registration/unregisteration */
static DEFINE_SPINLOCK(net_todo_list_lock);
static struct list_head net_todo_list = LIST_HEAD_INIT(net_todo_list);
static LIST_HEAD(net_todo_list);

static void net_set_todo(struct net_device *dev)
{
Expand Down

0 comments on commit 60867db

Please sign in to comment.