提交 6708c9e5 编写于 作者: P Patrick McHardy 提交者: David S. Miller

net: use netdev_features_t in skb_needs_linearize()

Signed-off-by: NPatrick McHardy <kaber@trash.net>
Signed-off-by: NDavid S. Miller <davem@davemloft.net>
上级 99c6bcf4
...@@ -2456,7 +2456,7 @@ EXPORT_SYMBOL(netif_skb_features); ...@@ -2456,7 +2456,7 @@ EXPORT_SYMBOL(netif_skb_features);
* 2. skb is fragmented and the device does not support SG. * 2. skb is fragmented and the device does not support SG.
*/ */
static inline int skb_needs_linearize(struct sk_buff *skb, static inline int skb_needs_linearize(struct sk_buff *skb,
int features) netdev_features_t features)
{ {
return skb_is_nonlinear(skb) && return skb_is_nonlinear(skb) &&
((skb_has_frag_list(skb) && ((skb_has_frag_list(skb) &&
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册