commit | d3fbff306c215946cdbcf9ace4d0b78e9f72b5c4 | [log] [tgz] |
---|---|---|
author | Eric Dumazet <edumazet@google.com> | Fri Mar 31 14:59:25 2017 -0700 |
committer | David S. Miller <davem@davemloft.net> | Sun Apr 02 19:34:55 2017 -0700 |
tree | b95dadd63a823008c3591a57b6de9aa1d89e4b8d | |
parent | e270e966868530d2667ac0a0b1080560b2965408 [diff] |
sock: correctly test SOCK_TIMESTAMP in sock_recv_ts_and_drops() It seems the code does not match the intent. This broke packetdrill, and probably other programs. Fixes: 6c7c98bad488 ("sock: avoid dirtying sk_stamp, if possible") Signed-off-by: Eric Dumazet <edumazet@google.com> Cc: Paolo Abeni <pabeni@redhat.com> Acked-by: Paolo Abeni <pabeni@redhat.com> Signed-off-by: David S. Miller <davem@davemloft.net>