Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 265555
b: refs/heads/master
c: 94b06fd
h: refs/heads/master
i:
  265553: bb27dd1
  265551: e9e90ba
v: v3
  • Loading branch information
Ian Campbell authored and David S. Miller committed Aug 26, 2011
1 parent 46b788f commit 02be9a3
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: f55c95724789fccb412abef13c3f503e55148790
refs/heads/master: 94b06fdbfce46f3126810e30698bdf010617179b
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/bnx2fc/bnx2fc_fcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ static int bnx2fc_xmit(struct fc_lport *lport, struct fc_frame *fp)
return -ENOMEM;
}
frag = &skb_shinfo(skb)->frags[skb_shinfo(skb)->nr_frags - 1];
cp = kmap_atomic(frag->page, KM_SKB_DATA_SOFTIRQ)
cp = kmap_atomic(skb_frag_page(frag), KM_SKB_DATA_SOFTIRQ)
+ frag->page_offset;
} else {
cp = (struct fcoe_crc_eof *)skb_put(skb, tlen);
Expand Down

0 comments on commit 02be9a3

Please sign in to comment.