Skip to content

Commit

Permalink
[RXRPC]: Fix build failure introduced by skb->stamp changes.
Browse files Browse the repository at this point in the history
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
  • Loading branch information
Andrew Morton authored and David S. Miller committed Aug 29, 2005
1 parent 63a1222 commit 9deff7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion net/rxrpc/transport.c
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 9deff7f

Please sign in to comment.