Skip to content
Snippets Groups Projects
Commit f58ecf1b authored by Matthew Wilcox (Oracle)'s avatar Matthew Wilcox (Oracle) Committed by David S. Miller
Browse files

net: Reorder the contents of skb_frag_t


Match the layout of bio_vec.

Signed-off-by: default avatarMatthew Wilcox (Oracle) <willy@infradead.org>
Signed-off-by: default avatarDavid S. Miller <davem@davemloft.net>
parent b6567229
No related branches found
No related tags found
No related merge requests found
......@@ -314,8 +314,8 @@ struct skb_frag_struct {
struct {
struct page *p;
} page;
__u32 page_offset;
__u32 size;
__u32 page_offset;
};
/**
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment