commit | 813f020c5d16878486b9a103bd59831846652247 | [log] [tgz] |
---|---|---|
author | Jiri Pirko <jiri@resnulli.us> | Thu Jan 23 19:19:21 2014 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jan 23 16:21:48 2014 -0800 |
tree | 92c34fd95ca63a6e07d571921c1ceb5b1ce9109a | |
parent | 9fac865db04b4ee39c84fbcb461c38585acaff27 [diff] |
rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_info This check is not needed because the same check is done before fill_slave_info is used in rtnl_link_slave_info_fill. Also, by removing this check, kernel will fillup IFLA_INFO_SLAVE_KIND even for slaves of masters which does not implement fill_slave_info. Signed-off-by: Jiri Pirko <jiri@resnulli.us> Signed-off-by: David S. Miller <davem@davemloft.net>