OSDN Git Service

Merge branch 'Finish-conversion-of-skb_frag_t-to-bio_vec'
authorDavid S. Miller <davem@davemloft.net>
Tue, 30 Jul 2019 21:21:32 +0000 (14:21 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 30 Jul 2019 21:21:32 +0000 (14:21 -0700)
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 <jakub.kicinski@netronome.com>
Reviewed-by: Jens Axboe <axboe@kernel.dk>
Signed-off-by: David S. Miller <davem@davemloft.net>

Trivial merge