[SK_BUFF]: Introduce skb_copy_to_linear_data{_offset}
[cascardo/linux.git] / net / x25 / x25_out.c
index bb45e21..2b96b52 100644 (file)
@@ -89,7 +89,7 @@ int x25_output(struct sock *sk, struct sk_buff *skb)
 
                        /* Duplicate the Header */
                        skb_push(skbn, header_len);
-                       memcpy(skbn->data, header, header_len);
+                       skb_copy_to_linear_data(skbn, header, header_len);
 
                        if (skb->len > 0) {
                                if (x25->neighbour->extended)