]> asedeno.scripts.mit.edu Git - linux.git/commit
net: Convert skb_frag_t to bio_vec
authorMatthew Wilcox (Oracle) <willy@infradead.org>
Tue, 23 Jul 2019 03:08:31 +0000 (20:08 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 23 Jul 2019 03:47:56 +0000 (20:47 -0700)
commit8842d285bafa9ff7719f4107b6545a11dcd41995
tree6f73341cd726d15b3c39df2583b22a268c47f1f2
parentb8b576a16f79efbdde49348147f491b176537d88
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>
include/linux/bvec.h
include/linux/skbuff.h