[PATCH v3 7/7] net: Convert skb_frag_t to bio_vec

2019-07-22 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" There are a lot of users of frag->page_offset, so use a union to avoid converting those users today. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/bvec.h | 5 - include/linux/skbuff.h | 9 ++--- 2 files changed, 6 insertions(+), 8 deletions(

[PATCH v3 7/7] net: Convert skb_frag_t to bio_vec

2019-07-12 Thread Matthew Wilcox
From: "Matthew Wilcox (Oracle)" There are a lot of users of frag->page_offset, so use a union to avoid converting those users today. Signed-off-by: Matthew Wilcox (Oracle) --- include/linux/bvec.h | 5 - include/linux/skbuff.h | 9 ++--- 2 files changed, 6 insertions(+), 8 deletions(