Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 23965
b: refs/heads/master
c: 2dd5e42
h: refs/heads/master
i:
  23963: 8144e5b
v: v3
  • Loading branch information
Ed L. Cashin authored and Greg Kroah-Hartman committed Mar 24, 2006
1 parent c777cf8 commit 6d3ab29
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: c42b24cae5c9fe1ae1f9bb9dea020e1a788fab4d
refs/heads/master: 2dd5e42269b6f71db8ca519e401ef1e6615b3705
2 changes: 2 additions & 0 deletions trunk/drivers/block/aoe/aoecmd.c
Original file line number Diff line number Diff line change
Expand Up @@ -286,6 +286,8 @@ rexmit(struct aoedev *d, struct frame *f)
h = (struct aoe_hdr *) f->data;
f->tag = n;
h->tag = cpu_to_be32(n);
memcpy(h->dst, d->addr, sizeof h->dst);
memcpy(h->src, d->ifp->dev_addr, sizeof h->src);

skb = skb_prepare(d, f);
if (skb) {
Expand Down

0 comments on commit 6d3ab29

Please sign in to comment.