]> git.baikalelectronics.ru Git - kernel.git/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)
commit37b1d3e9c5982babb90830e9509f8091c5764cd2
tree388e36afe1abdd453fea0d164a9468adbcc61d5d
parent6e8463acb862f3ad34cce0e0bcd66da9255b61de
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