Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 132334
b: refs/heads/master
c: e904158
h: refs/heads/master
v: v3
  • Loading branch information
Roel Kluin authored and James Bottomley committed Mar 10, 2009
1 parent 2d31fa7 commit a92ad05
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: 74846bf85e42b4ba851d3f0dd67aa1df245895f9
refs/heads/master: e904158159e9812d06646767b7c81846dc3b05e6
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -437,7 +437,7 @@ int fcoe_xmit(struct fc_lport *lp, struct fc_frame *fp)
if (skb_is_nonlinear(skb)) {
skb_frag_t *frag;
if (fcoe_get_paged_crc_eof(skb, tlen)) {
kfree(skb);
kfree_skb(skb);
return -ENOMEM;
}
frag = &skb_shinfo(skb)->frags[skb_shinfo(skb)->nr_frags - 1];
Expand Down

0 comments on commit a92ad05

Please sign in to comment.