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:
Родитель
b656722906
Коммит
f58ecf1b7d
|
@ -314,8 +314,8 @@ struct skb_frag_struct {
|
|||
struct {
|
||||
struct page *p;
|
||||
} page;
|
||||
__u32 page_offset;
|
||||
__u32 size;
|
||||
__u32 page_offset;
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче