Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 286333
b: refs/heads/master
c: f163301
h: refs/heads/master
i:
  286331: 5ad9c66
v: v3
  • Loading branch information
Robert Love authored and James Bottomley committed Jan 10, 2012
1 parent 79fefc4 commit 11e9132
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 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: 3a19cbf530648a63fb3f73630046c561f70c6b71
refs/heads/master: f1633011e4fcb65bf65aebeaf4024efdc4c49d6e
3 changes: 1 addition & 2 deletions trunk/drivers/scsi/fcoe/fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -1671,8 +1671,7 @@ static void fcoe_recv_frame(struct sk_buff *skb)
skb->dev ? skb->dev->name : "<NULL>");

port = lport_priv(lport);
if (skb_is_nonlinear(skb))
skb_linearize(skb); /* not ideal */
skb_linearize(skb); /* check for skb_is_nonlinear is within skb_linearize */

/*
* Frame length checks and setting up the header pointers
Expand Down

0 comments on commit 11e9132

Please sign in to comment.