Regardless, using packed has several other side effects you absolutely
do not want. It causes words to be loaded using byte loads on RISC
architectures, because no alignment assumptions can be made at all
about packed objects.
Please use aligned(4), it should be totally sufficient.
Have you seen this in practice?
Right.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html