From: David S. Miller Date: Tue, 30 Jul 2019 21:21:32 +0000 (-0700) Subject: Merge branch 'Finish-conversion-of-skb_frag_t-to-bio_vec' X-Git-Tag: v5.4-rc1~131^2~332 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d73a6c38d441f4178728e1565c8d3e9434747f2;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'Finish-conversion-of-skb_frag_t-to-bio_vec' Jonathan Lemon says: ==================== Finish conversion of skb_frag_t to bio_vec 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. v2: - rename accessors - follow kdoc conventions ==================== Reviewed-by: Jakub Kicinski Reviewed-by: Jens Axboe Signed-off-by: David S. Miller --- 2d73a6c38d441f4178728e1565c8d3e9434747f2