From: David S. Miller Date: Fri, 6 May 2011 23:18:04 +0000 (-0700) Subject: ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() X-Git-Tag: v3.0-rc1~377^2~146 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6e869138101bc607e4780187210b79d531f9b2ce;p=pandora-kernel.git ipv4: Use cork flow in inet_sk_{reselect_saddr,rebuild_header}() These two functions must be invoked only when the socket is locked (because socket identity modifications are made non-atomically). Therefore we can use the cork flow for output route lookups. Signed-off-by: David S. Miller --- Reading git-diff-tree failed