From: Steffen Klassert Date: Wed, 29 Jun 2011 23:20:41 +0000 (+0000) Subject: xfrm4: Don't call icmp_send on local error X-Git-Tag: v3.0-rc7~41^2~16 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b00897b881f775040653955fda99dcf7c167b382;p=pandora-kernel.git xfrm4: Don't call icmp_send on local error Calling icmp_send() on a local message size error leads to an incorrect update of the path mtu. So use ip_local_error() instead to notify the socket about the error. Signed-off-by: Steffen Klassert Signed-off-by: David S. Miller --- Reading git-diff-tree failed