mirror of
https://github.com/LineageOS/android_kernel_fxtec_sm6115.git
synced 2026-04-16 07:13:56 +00:00
Al Viro spotted a bogus use of u64 on the input sequence number which is big-endian. This patch fixes it by giving the input sequence number its own member in the xfrm_skb_cb structure. Signed-off-by: Herbert Xu <herbert@gondor.apana.org.au> Signed-off-by: David S. Miller <davem@davemloft.net>