net: Reorder the contents of skb_frag_t

Match the layout of bio_vec.

Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
Matthew Wilcox (Oracle) 2019-07-22 20:08:28 -07:00 committed by David S. Miller
parent b656722906
commit f58ecf1b7d

View file

@ -314,8 +314,8 @@ struct skb_frag_struct {
struct {
struct page *p;
} page;
__u32 page_offset;
__u32 size;
__u32 page_offset;
};
/**