From: Jeff Layton Date: Thu, 11 Jun 2009 14:27:31 +0000 (-0400) Subject: cifs: have cifs parse scope_id out of IPv6 addresses and use it X-Git-Tag: v2.6.31-rc2~83^2~7 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=681bf72e4893a187cf6b6b62c08fc193f81c8c2f;p=pandora-kernel.git cifs: have cifs parse scope_id out of IPv6 addresses and use it This patch has CIFS look for a '%' in an IPv6 address. If one is present then it will try to treat that value as a numeric interface index suitable for stuffing into the sin6_scope_id field. This should allow people to mount servers on IPv6 link-local addresses. Signed-off-by: Jeff Layton Acked-by: David Holder Signed-off-by: Steve French --- Reading git-diff-tree failed