[XFRM]: Rearrange struct xfrm_aevent_id for better compatibility.
struct xfrm_aevent_id needs to be 32-bit + 64-bit align friendly. Based upon suggestions from Yoshifuji. Signed-off-by: Jamal Hadi Salim <hadi@cyberus.ca> Signed-off-by: David S. Miller <davem@davemloft.net>
This commit is contained in:
parent
b61fafc4ef
commit
4bf07ef3fd
1 changed files with 1 additions and 1 deletions
|
@ -259,8 +259,8 @@ struct xfrm_usersa_id {
|
||||||
};
|
};
|
||||||
|
|
||||||
struct xfrm_aevent_id {
|
struct xfrm_aevent_id {
|
||||||
__u32 flags;
|
|
||||||
struct xfrm_usersa_id sa_id;
|
struct xfrm_usersa_id sa_id;
|
||||||
|
__u32 flags;
|
||||||
};
|
};
|
||||||
|
|
||||||
struct xfrm_userspi_info {
|
struct xfrm_userspi_info {
|
||||||
|
|
Loading…
Reference in a new issue