Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 150534
b: refs/heads/master
c: 438263a
h: refs/heads/master
v: v3
  • Loading branch information
David S. Miller committed May 28, 2009
1 parent edf1418 commit 2acf7b0
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 8 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: 5615968a70845157adaffc11062c997d045339ee
refs/heads/master: 438263ac58f8c2a3a409b7d4e68a37725bd95818
7 changes: 0 additions & 7 deletions trunk/drivers/block/aoe/aoecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -34,13 +34,6 @@ new_skb(ulong len)
skb_reset_mac_header(skb);
skb_reset_network_header(skb);
skb->protocol = __constant_htons(ETH_P_AOE);
skb->priority = 0;
skb->next = skb->prev = NULL;

/* tell the network layer not to perform IP checksums
* or to get the NIC to do it
*/
skb->ip_summed = CHECKSUM_NONE;
}
return skb;
}
Expand Down

0 comments on commit 2acf7b0

Please sign in to comment.