]> Pileus Git - ~andy/linux/commit
eth: Rename and properly align br_reserved_address array
authorBen Hutchings <bhutchings@solarflare.com>
Thu, 1 Nov 2012 09:12:02 +0000 (09:12 +0000)
committerDavid S. Miller <davem@davemloft.net>
Sat, 3 Nov 2012 01:34:05 +0000 (21:34 -0400)
commit2bc80059fe19229e68a306ce12f5e61e80b92c5c
tree388e36afe1abdd453fea0d164a9468adbcc61d5d
parent46acc460c07b5c74287560a00b6cbc6111136ab6
eth: Rename and properly align br_reserved_address array

Since this array is no longer part of the bridge driver, it should
have an 'eth' prefix not 'br'.

We also assume that either it's 16-bit-aligned or the architecture has
efficient unaligned access.  Ensure the first of these is true by
explicitly aligning it.

Signed-off-by: Ben Hutchings <bhutchings@solarflare.com>
Acked-by: John Fastabend <john.r.fastabend@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/linux/etherdevice.h
net/bridge/br_device.c