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
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -314,8 +314,8 @@ struct skb_frag_struct {
	struct {
		struct page *p;
	} page;
	__u32 page_offset;
	__u32 size;
	__u32 page_offset;
};

/**