commit | 140c55d4b59581680dc8963612bdc79d19f7bef6 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Wed Aug 06 11:49:29 2014 +0200 |
committer | David S. Miller <davem@davemloft.net> | Wed Aug 06 12:38:07 2014 -0700 |
tree | e04f86ce3087eff5aaf325031b1632d39e83a7f9 | |
parent | 85417aef44fc58b08773117ceb1bc6ca5684e973 [diff] |
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 <edumazet@google.com> Fixes: 4ed2d765dfac ("net-timestamp: TCP timestamping") Cc: Willem de Bruijn <willemb@google.com> Acked-by: Willem de Bruijn <willemb@google.com> Signed-off-by: David S. Miller <davem@davemloft.net>