Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150756
b: refs/heads/master
c: a5bd8a1
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed Jun 9, 2009
1 parent 7982660 commit 6c49d2a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: ee0398717078260ee4ffa97d407071bc774e2dac
refs/heads/master: a5bd8a13e9e0322c7f76b34790ba34e2e0ce2ac5
2 changes: 1 addition & 1 deletion trunk/include/linux/netdevice.h
Original file line number Diff line number Diff line change
Expand Up @@ -1904,7 +1904,7 @@ static inline int net_gso_ok(int features, int gso_type)
static inline int skb_gso_ok(struct sk_buff *skb, int features)
{
return net_gso_ok(features, skb_shinfo(skb)->gso_type) &&
(!skb_shinfo(skb)->frag_list || (features & NETIF_F_FRAGLIST));
(!skb_has_frags(skb) || (features & NETIF_F_FRAGLIST));
}

static inline int netif_needs_gso(struct net_device *dev, struct sk_buff *skb)
Expand Down

0 comments on commit 6c49d2a

Please sign in to comment.