On 7/30/19 8:40 AM, Jonathan Lemon wrote: > The recent conversion of skb_frag_t to bio_vec did not include > skb_frag's page_offset. Add accessor functions for this field, > utilize them, and remove the union, restoring the original structure.
You can add: Reviewed-by: Jens Axboe <ax...@kernel.dk> Pretty appalled to see this abomination: 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) <wi...@infradead.org> Signed-off-by: David S. Miller <da...@davemloft.net> show up in the net tree without even having been posted on a block list... At least this kills this ugly thing. -- Jens Axboe