From: Jiri Pirko Date: Thu, 23 Jan 2014 18:19:21 +0000 (+0100) Subject: rtnetlink: remove check for fill_slave_info in rtnl_have_link_slave_info X-Git-Tag: v3.14-rc1~94^2~5 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=813f020c5d16878486b9a103bd59831846652247;p=pandora-kernel.git 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed