diff options
author | Soheil Hassas Yeganeh <[email protected]> | 2016-09-19 23:39:08 -0400 |
---|---|---|
committer | David S. Miller <[email protected]> | 2016-09-21 00:22:59 -0400 |
commit | f78e73e27fdeab6f9317667f7e9676b59c1ec1fb (patch) | |
tree | 5f8ae6dedbe91b039cb6330db7ada0af22140f24 /lib/pm-notifier-error-inject.c | |
parent | 94d308d060cd3ee65152b8ebd7a1c24fa86eee82 (diff) |
tcp: cdg: rename struct minmax in tcp_cdg.c to avoid a naming conflict
The upcoming change "lib/win_minmax: windowed min or max estimator"
introduces a struct called minmax, which is then included in
include/linux/tcp.h in the upcoming change "tcp: use windowed min
filter library for TCP min_rtt estimation". This would create a
compilation error for tcp_cdg.c, which defines its own minmax
struct. To avoid this naming conflict (and potentially others in the
future), this commit renames the version used in tcp_cdg.c to
cdg_minmax.
Signed-off-by: Soheil Hassas Yeganeh <[email protected]>
Signed-off-by: Neal Cardwell <[email protected]>
Signed-off-by: Yuchung Cheng <[email protected]>
Signed-off-by: Eric Dumazet <[email protected]>
Cc: Kenneth Klette Jonassen <[email protected]>
Acked-by: Kenneth Klette Jonassen <[email protected]>
Signed-off-by: David S. Miller <[email protected]>
Diffstat (limited to 'lib/pm-notifier-error-inject.c')
0 files changed, 0 insertions, 0 deletions