Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 6708c9e5 authored by Patrick McHardy's avatar Patrick McHardy Committed by David S. Miller
Browse files

net: use netdev_features_t in skb_needs_linearize()

parent 99c6bcf4
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -2456,7 +2456,7 @@ EXPORT_SYMBOL(netif_skb_features);
 *	2. skb is fragmented and the device does not support SG.
 */
static inline int skb_needs_linearize(struct sk_buff *skb,
				      int features)
				      netdev_features_t features)
{
	return skb_is_nonlinear(skb) &&
			((skb_has_frag_list(skb) &&