diff options
author | Rami Rosen <ramirose@gmail.com> | 2012-11-30 01:08:47 +0000 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2012-11-30 12:24:40 -0500 |
commit | c07135633bee3f01a6454d15b6411f32cfbeb2fd (patch) | |
tree | ef75c8d8e2005c94be1117f6ab2c2a89320569ed /net/rfkill | |
parent | dad52fd964c54aa275ebb5c935ef8d8b0eded74d (diff) | |
download | talos-obmc-linux-c07135633bee3f01a6454d15b6411f32cfbeb2fd.tar.gz talos-obmc-linux-c07135633bee3f01a6454d15b6411f32cfbeb2fd.zip |
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 d40156aa5ecbd51fed932ed4813df82b56e5ff4d 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>
Diffstat (limited to 'net/rfkill')
0 files changed, 0 insertions, 0 deletions