diff options
| author | Andrew Morton <akpm@osdl.org> | 2005-08-16 00:13:25 -0400 |
|---|---|---|
| committer | David S. Miller <davem@sunset.davemloft.net> | 2005-08-29 19:01:24 -0400 |
| commit | 9deff7f2365958c5c5aa8cb5a0dd651c4dd83f8f (patch) | |
| tree | d92a266b33deaa9a8ff78640df8126da61b97a76 /net/rxrpc | |
| parent | 63a1222b1fd79c52491c14534b086bffbfaed8bf (diff) | |
[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>
Diffstat (limited to 'net/rxrpc')
| -rw-r--r-- | net/rxrpc/transport.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/net/rxrpc/transport.c b/net/rxrpc/transport.c index 9bce7794130a..122c086ee2db 100644 --- a/net/rxrpc/transport.c +++ b/net/rxrpc/transport.c | |||
| @@ -330,7 +330,7 @@ static int rxrpc_incoming_msg(struct rxrpc_transport *trans, | |||
| 330 | 330 | ||
| 331 | msg->trans = trans; | 331 | msg->trans = trans; |
| 332 | msg->state = RXRPC_MSG_RECEIVED; | 332 | msg->state = RXRPC_MSG_RECEIVED; |
| 333 | msg->stamp = pkt->stamp; | 333 | skb_get_timestamp(pkt, &msg->stamp); |
| 334 | if (msg->stamp.tv_sec == 0) { | 334 | if (msg->stamp.tv_sec == 0) { |
| 335 | do_gettimeofday(&msg->stamp); | 335 | do_gettimeofday(&msg->stamp); |
| 336 | if (pkt->sk) | 336 | if (pkt->sk) |
