From: David S. Miller Date: Tue, 1 Mar 2011 22:45:33 +0000 (-0800) Subject: ipv6: Normalize arguments to ip6_dst_blackhole(). X-Git-Tag: v2.6.39-rc1~468^2~188 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=69ead7afdf6028184f713a77376ee26f8aaafdcd;p=pandora-kernel.git ipv6: Normalize arguments to ip6_dst_blackhole(). Return a dst pointer which is potentitally error encoded. Don't pass original dst pointer by reference, pass a struct net instead of a socket, and elide the flow argument since it is unnecessary. Signed-off-by: David S. Miller --- Reading git-diff-tree failed