mirror of
https://github.com/followmsi/android_kernel_google_msm.git
synced 2024-11-06 23:17:41 +00:00
[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
1 changed files with 1 additions and 1 deletions
|
@ -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 a new issue