]> git.baikalelectronics.ru Git - kernel.git/commit
inet: properly align icsk_ca_priv
authorEric Dumazet <edumazet@google.com>
Tue, 19 May 2015 00:06:14 +0000 (17:06 -0700)
committerDavid S. Miller <davem@davemloft.net>
Tue, 19 May 2015 15:08:00 +0000 (11:08 -0400)
commit2a0423a77a298856b5dbafe9023dd487460e6605
tree66a9da88967d37051d93c25f88086dbd264f5bd6
parent99710a53a63c5b057dd62265e67a1ef4c0614167
inet: properly align icsk_ca_priv

tcp_illinois and upcoming tcp_cdg require 64bit alignment of
icsk_ca_priv

x86 does not care, but other architectures might.

Fixes: e310122afc003 ("ipv4: Create probe timer for tcp PMTU as per RFC4821")
Signed-off-by: Eric Dumazet <edumazet@google.com>
Cc: Fan Du <fan.du@intel.com>
Acked-by: Fan Du <fan.du@intel.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
include/net/inet_connection_sock.h