]> git.baikalelectronics.ru Git - kernel.git/commit
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.
authorYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Mon, 10 Mar 2008 08:41:33 +0000 (04:41 -0400)
committerYOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
Tue, 25 Mar 2008 01:23:59 +0000 (10:23 +0900)
commit9e4f40ab898df47984d443a9098ab01c754e7b53
tree9b18781df63041ead3805c0a4d5eea1a847329d1
parent22b2b3c0ad985c8f27bd875de1dacf9d44f37cba
[IPV6]: Convert cork.hop_limit and cork.tclass into u8 instead of int.

Values of those fields are always between 0 and 255 (inclusive),
so use u8 and save some memory on 32bit systems.

Signed-off-by: YOSHIFUJI Hideaki <yoshfuji@linux-ipv6.org>
include/linux/ipv6.h