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 коммит произвёл David S. Miller
Родитель b656722906
Коммит f58ecf1b7d
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

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