Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a309bb07 authored by David S. Miller's avatar David S. Miller
Browse files

[NET]: Page offsets and lengths need to be __u32.



Based upon a report from Stephen Rothwell.

Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent 13111698
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -134,8 +134,8 @@ typedef struct skb_frag_struct skb_frag_t;


struct skb_frag_struct {
struct skb_frag_struct {
	struct page *page;
	struct page *page;
	__u16 page_offset;
	__u32 page_offset;
	__u16 size;
	__u32 size;
};
};


/* This data is invariant across clones and lives at
/* This data is invariant across clones and lives at