From: Herbert Xu Date: Wed, 13 Feb 2008 06:50:35 +0000 (-0800) Subject: [IPSEC]: Fix bogus usage of u64 on input sequence number X-Git-Tag: v2.6.25-rc2~2^2~12 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b318e0e4ef4e85812c25afa19f75addccc834cd4;p=pandora-kernel.git [IPSEC]: Fix bogus usage of u64 on input sequence number 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 Signed-off-by: David S. Miller --- Reading git-diff-tree failed