Re: [PATCH net-next 17/17] tcp: get rid of two unnecessary u16s in TCP skb flags copying
From: David Miller <davem@davemloft.net>
Date: 2009-03-02 11:04:15
From: David Miller <davem@davemloft.net>
Date: 2009-03-02 11:04:15
From: "Ilpo Järvinen" <redacted> Date: Sat, 28 Feb 2009 16:44:42 +0200
From: Ilpo Järvinen <redacted> 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 <redacted>
Applied.