Re: [v3 PATCH 1/2] netprio_cgroup: Remove update_netdev_tables() since it is unnecessary

2012-09-13 Thread David Miller
From: "Srivatsa S. Bhat" Date: Thu, 13 Sep 2012 12:02:25 +0530 > 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. > >

[v3 PATCH 1/2] netprio_cgroup: Remove update_netdev_tables() since it is unnecessary

2012-09-13 Thread Srivatsa S. Bhat
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 --- net/core/netprio_cgroup.c | 32

[v3 PATCH 1/2] netprio_cgroup: Remove update_netdev_tables() since it is unnecessary

2012-09-13 Thread Srivatsa S. Bhat
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.b...@linux.vnet.ibm.com ---

Re: [v3 PATCH 1/2] netprio_cgroup: Remove update_netdev_tables() since it is unnecessary

2012-09-13 Thread David Miller
From: Srivatsa S. Bhat srivatsa.b...@linux.vnet.ibm.com Date: Thu, 13 Sep 2012 12:02:25 +0530 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