Commit f58ecf1b authored by Matthew Wilcox (Oracle)'s avatar Matthew Wilcox (Oracle) Committed by David S. Miller

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
......@@ -314,8 +314,8 @@ struct skb_frag_struct {
struct {
struct page *p;
} page;
__u32 page_offset;
__u32 size;
__u32 page_offset;
};
/**
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment