Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 287543
b: refs/heads/master
c: a87dfe1
h: refs/heads/master
i:
  287541: 7eb8ab0
  287539: 3ef4681
  287535: 9971ac3
v: v3
  • Loading branch information
Neil Horman authored and David S. Miller committed Feb 10, 2012
1 parent fe93348 commit 9cf1a51
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: 027a3b617c5490b5287d98921675abcbebeb32df
refs/heads/master: a87dfe14a78501c931a4d5481efff6a809aa907d
2 changes: 1 addition & 1 deletion trunk/net/core/netprio_cgroup.c
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ static void extend_netdev_table(struct net_device *dev, u32 new_len)
static void update_netdev_tables(void)
{
struct net_device *dev;
u32 max_len = atomic_read(&max_prioidx);
u32 max_len = atomic_read(&max_prioidx) + 1;
struct netprio_map *map;

rtnl_lock();
Expand Down

0 comments on commit 9cf1a51

Please sign in to comment.