From: Eric Dumazet Date: Wed, 6 Aug 2014 09:49:29 +0000 (+0200) Subject: net-timestamp: sock_tx_timestamp() fix X-Git-Tag: omap-for-v3.17/fixes-against-rc2~138^2~8 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=140c55d4b59581680dc8963612bdc79d19f7bef6;p=pandora-kernel.git net-timestamp: sock_tx_timestamp() fix sock_tx_timestamp() should not ignore initial *tx_flags value, as TCP stack can store SKBTX_SHARED_FRAG in it. Also first argument (struct sock *) can be const. Signed-off-by: Eric Dumazet Fixes: 4ed2d765dfac ("net-timestamp: TCP timestamping") Cc: Willem de Bruijn Acked-by: Willem de Bruijn Signed-off-by: David S. Miller --- Reading git-diff-tree failed