]> git.baikalelectronics.ru Git - kernel.git/commit
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary
authorSrivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Wed, 12 Sep 2012 20:32:25 +0000 (20:32 +0000)
committerDavid S. Miller <davem@davemloft.net>
Thu, 13 Sep 2012 20:18:40 +0000 (16:18 -0400)
commitc75e93981823aec9e64083e146694843483fcecc
tree2c5419eee3a1c52d18dfb3784224842625fdba5d
parent69b91960ffa30a4d6f503657cf43fb7f52933fbe
netprio_cgroup: Remove update_netdev_tables() since it is unnecessary

The update_netdev_tables() function appears to be unnecessary, since the
write_update_netdev_table() function will adjust the priomaps as and when
required anyway. So drop the usage of update_netdev_tables() entirely.

Signed-off-by: Srivatsa S. Bhat <srivatsa.bhat@linux.vnet.ibm.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/netprio_cgroup.c