| commit | b5d721d761fccf491f92eefc611e318561683d0a | [log] [tgz] |
|---|---|---|
| author | Eric Dumazet <edumazet@google.com> | Mon May 18 17:06:14 2015 -0700 |
| committer | David S. Miller <davem@davemloft.net> | Tue May 19 11:08:00 2015 -0400 |
| tree | 66a9da88967d37051d93c25f88086dbd264f5bd6 | |
| parent | 13c3ed6a92724d8c8cb148a14b0ae190ddfe7413 [diff] |
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>