commit | 536577f36ff7afd0a0aff4ebef62db8afe6fc904 | [log] [tgz] |
---|---|---|
author | Jason A. Donenfeld <Jason@zx2c4.com> | Wed Jan 08 16:59:08 2020 -0500 |
committer | David S. Miller <davem@davemloft.net> | Wed Jan 08 15:19:55 2020 -0800 |
tree | 4b463ad10b83728ca9ab6d5ef5ae5a12356d74f0 | |
parent | 69b4ed5cbff54b8279f53a65da111e8d0cc01405 [diff] |
net: myri10ge: use skb_list_walk_safe helper for gso segments This is a straight-forward conversion case for the new function, and while we're at it, we can remove a null write to skb->next by replacing it with skb_mark_not_on_list. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com> Signed-off-by: David S. Miller <davem@davemloft.net>