]> git.kernelconcepts.de Git - karo-tx-linux.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)
commitb5d721d761fccf491f92eefc611e318561683d0a
tree66a9da88967d37051d93c25f88086dbd264f5bd6
parent13c3ed6a92724d8c8cb148a14b0ae190ddfe7413
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: 05cbc0db03e82 ("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