aboutsummaryrefslogtreecommitdiffstats
path: root/net/sched
diff options
context:
space:
mode:
authorTom Herbert <therbert@google.com>2010-10-07 10:09:10 +0000
committerDavid S. Miller <davem@davemloft.net>2010-10-08 14:34:32 -0700
commit4315d834c1496ddca977e9e22002b77c85bfec2c (patch)
treeb5d36552a72ac630e7024d855e564e63db93bb6a /net/sched
parentPhonet: mark the pipe controller as EXPERIMENTAL (diff)
downloadlinux-dev-4315d834c1496ddca977e9e22002b77c85bfec2c.tar.xz
linux-dev-4315d834c1496ddca977e9e22002b77c85bfec2c.zip
net: Fix rxq ref counting
The rx->count reference is used to track reference counts to the number of rx-queue kobjects created for the device. This patch eliminates initialization of the counter in netif_alloc_rx_queues and instead increments the counter each time a kobject is created. This is now symmetric with the decrement that is done when an object is released. Signed-off-by: Tom Herbert <therbert@google.com> Acked-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions