You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
[NET]: Store skb->timestamp as offset to a base timestamp
Reduces skb size by 8 bytes on 64-bit. Signed-off-by: Patrick McHardy <kaber@trash.net> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
committed by
David S. Miller
parent
25ed891019
commit
a61bbcf28a
@@ -159,7 +159,7 @@ static int econet_recvmsg(struct kiocb *iocb, struct socket *sock,
|
||||
err = memcpy_toiovec(msg->msg_iov, skb->data, copied);
|
||||
if (err)
|
||||
goto out_free;
|
||||
sk->sk_stamp = skb->stamp;
|
||||
skb_get_timestamp(skb, &sk->sk_stamp);
|
||||
|
||||
if (msg->msg_name)
|
||||
memcpy(msg->msg_name, skb->cb, msg->msg_namelen);
|
||||
|
||||
Reference in New Issue
Block a user