From: Ilpo Järvinen Date: Sat, 28 Feb 2009 04:44:42 +0000 (+0000) Subject: tcp: get rid of two unnecessary u16s in TCP skb flags copying X-Git-Tag: v2.6.30-rc1~662^2~433 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9ce01461028d595a6f1cd724fbd7a0dd70464fe4;p=pandora-kernel.git tcp: get rid of two unnecessary u16s in TCP skb flags copying I guess these fields were one day 16-bit in the struct but nowadays they're just using 8 bits anyway. This is just a precaution, didn't result any change in my case but who knows what all those varying gcc versions & options do. I've been told that 16-bit is not so nice with some cpus. Signed-off-by: Ilpo Järvinen Signed-off-by: David S. Miller --- Reading git-diff-tree failed