Files
linux/drivers
Rami Rosen c07135633b rtnelink: remove unused parameter from rtnl_create_link().
This patch removes an unused parameter (src_net) from rtnl_create_link()
method and from the method single invocation, in veth.
This parameter was used in the past when calling
ops->get_tx_queues(src_net, tb) in rtnl_create_link().
The get_tx_queues() member of rtnl_link_ops was replaced by two methods,
get_num_tx_queues() and get_num_rx_queues(), which do not get any
parameter. This was done in commit d40156aa5e by
Jiri Pirko ("rtnl: allow to specify different num for rx and tx queue count").

Signed-off-by: Rami Rosen <ramirose@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
2012-11-30 12:24:40 -05:00
..
2012-11-23 14:32:55 +01:00
2012-10-30 10:05:51 +01:00
2012-11-30 12:10:57 -05:00
2012-11-26 17:41:24 -08:00
2012-10-17 15:53:03 -05:00
2012-11-16 14:33:04 -08:00
2012-11-19 14:19:00 -05:00
2012-10-29 15:30:37 -04:00
2012-10-16 18:07:12 -07:00