From: Eric Dumazet
Date: Wed, 20 Apr 2016 07:31:31 -0700
> From: Eric Dumazet
>
> HAVE_EFFICIENT_UNALIGNED_ACCESS needs CONFIG_ prefix.
>
> Also add a comment in nla_align_64bit() explaining we have
> to add a padding if current skb->data is aligned, as it
> certainly can be confusing.
>
> Fi
From: Eric Dumazet
HAVE_EFFICIENT_UNALIGNED_ACCESS needs CONFIG_ prefix.
Also add a comment in nla_align_64bit() explaining we have
to add a padding if current skb->data is aligned, as it
certainly can be confusing.
Fixes: 35c5845957c7 ("net: Add helpers for 64-bit aligning netlink attributes."