Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 136308
b: refs/heads/master
c: 07c00ec
h: refs/heads/master
v: v3
  • Loading branch information
Yi Zou authored and James Bottomley committed Mar 13, 2009
1 parent 899fc73 commit b865ce1
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: e05620073625935290120be93a6214b1b52ae34f
refs/heads/master: 07c00ec449d4d94042063a6900d7d04fdc9f8e62
2 changes: 1 addition & 1 deletion trunk/drivers/scsi/fcoe/libfcoe.c
Original file line number Diff line number Diff line change
Expand Up @@ -633,7 +633,7 @@ int fcoe_percpu_receive_thread(void *arg)
* it's solicited data, in which case, the FCP layer would
* check it during the copy.
*/
if (lp->crc_offload)
if (lp->crc_offload && skb->ip_summed == CHECKSUM_UNNECESSARY)
fr_flags(fp) &= ~FCPHF_CRC_UNCHECKED;
else
fr_flags(fp) |= FCPHF_CRC_UNCHECKED;
Expand Down

0 comments on commit b865ce1

Please sign in to comment.