commit | 367e5e376922dcf52f92e1db436010fb828d3bfa | [log] [tgz] |
---|---|---|
author | Eric Dumazet <eric.dumazet@gmail.com> | Thu Sep 30 05:36:29 2010 +0000 |
committer | David S. Miller <davem@davemloft.net> | Fri Oct 01 00:36:51 2010 -0700 |
tree | ee2fb2f50b23303a06b93492da2dea74b78cb263 | |
parent | bb7196d2bf30e4cb06fe5fed046c9084465e854c [diff] |
neigh: reorder fields in struct neighbour On 64bit arches, there are two 32bit holes that we can remove. sizeof(struct neighbour) shrinks from 0xf8 to 0xf0 bytes Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com> Signed-off-by: David S. Miller <davem@davemloft.net>