commit | 8842d285bafa9ff7719f4107b6545a11dcd41995 | [log] [tgz] |
---|---|---|
author | Matthew Wilcox (Oracle) <willy@infradead.org> | Mon Jul 22 20:08:31 2019 -0700 |
committer | David S. Miller <davem@davemloft.net> | Mon Jul 22 20:47:56 2019 -0700 |
tree | 6f73341cd726d15b3c39df2583b22a268c47f1f2 | |
parent | b8b576a16f79efbdde49348147f491b176537d88 [diff] |
net: Convert skb_frag_t to bio_vec 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) <willy@infradead.org> Signed-off-by: David S. Miller <davem@davemloft.net>