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)
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>

No differences found