Home
last modified time | relevance | path

Searched hist:"9 ce01461028d595a6f1cd724fbd7a0dd70464fe4" (Results 1 – 1 of 1) sorted by relevance

/linux/net/ipv4/
H A Dtcp_output.cdiff 9ce01461028d595a6f1cd724fbd7a0dd70464fe4 Sat Feb 28 05:44:42 CET 2009 Ilpo Järvinen <ilpo.jarvinen@helsinki.fi> 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 <ilpo.jarvinen@helsinki.fi>
Signed-off-by: David S. Miller <davem@davemloft.net>