From: Kurt Van Dijck Date: Wed, 26 Jan 2011 04:55:24 +0000 (+0000) Subject: net: fix validate_link_af in rtnetlink core X-Git-Tag: v2.6.38-rc4~15^2~49 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6d3a9a685465986d7653c5abbc0b24681e7c44d7;p=pandora-kernel.git net: fix validate_link_af in rtnetlink core I'm testing an API that uses IFLA_AF_SPEC attribute. In the rtnetlink core , the set_link_af() member of the rtnl_af_ops struct receives the nested attribute (as I expected), but the validate_link_af() member receives the parent attribute. IMO, this patch fixes this. Signed-off-by: Kurt Van Dijck Signed-off-by: David S. Miller --- Reading git-diff-tree failed