forked from Minki/linux
[RXRPC]: Fix build failure introduced by skb->stamp changes.
Signed-off-by: Andrew Morton <akpm@osdl.org> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
63a1222b1f
commit
9deff7f236
@ -330,7 +330,7 @@ static int rxrpc_incoming_msg(struct rxrpc_transport *trans,
|
||||
|
||||
msg->trans = trans;
|
||||
msg->state = RXRPC_MSG_RECEIVED;
|
||||
msg->stamp = pkt->stamp;
|
||||
skb_get_timestamp(pkt, &msg->stamp);
|
||||
if (msg->stamp.tv_sec == 0) {
|
||||
do_gettimeofday(&msg->stamp);
|
||||
if (pkt->sk)
|
||||
|
Loading…
Reference in New Issue
Block a user