commit | bef1bc95f32bd7603c3682dbb8695cf4d5841732 | [log] [tgz] |
---|---|---|
author | Al Viro <viro@ftp.linux.org.uk> | Sun Oct 14 19:20:30 2007 +0100 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Sun Oct 14 12:41:51 2007 -0700 |
tree | ac60382df19fe533921620f7f7bcfd397cc7039e | |
parent | 52d4e661ac92ab8e1a312fe527221a1311fe4cda [diff] |
skb->tail in ibm_newemac should be skb_tail_pointer() ... since that sucker is not 32bit-only and on 64bit skb->tail is an offset, not a pointer. Signed-off-by: Al Viro <viro@zeniv.linux.org.uk> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>