net: reorder struct netdev_hw_addr
authorEric Dumazet <eric.dumazet@gmail.com>
Sun, 19 Sep 2010 18:24:02 +0000 (11:24 -0700)
committerDavid S. Miller <davem@davemloft.net>
Sun, 19 Sep 2010 18:24:02 +0000 (11:24 -0700)
Move 'synced' and 'global_use' fields before 'refcount', to shrinks
struct netdev_hw_addr by 8 bytes (on 64bit arches).

Signed-off-by: Eric Dumazet <eric.dumazet@gmail.com>
Signed-off-by: David S. Miller <davem@davemloft.net>

No differences found