Re: [PATCH net-next] tcp_westwood: fix tcp_westwood_info()

2015-04-29 Thread David Miller
From: Eric Dumazet Date: Wed, 29 Apr 2015 16:20:58 -0700 > From: Eric Dumazet > > I forgot to update tcp_westwood when changing get_info() behavior, > this patch should fix this. > > Fixes: 64f40ff5bbdb ("tcp: prepare CC get_info() access from getsockopt()") > Reported-by: kbuild test robot >

Re: [PATCH net-next] tcp_westwood: fix tcp_westwood_info()

2015-04-29 Thread Neal Cardwell
On Wed, Apr 29, 2015 at 7:20 PM, Eric Dumazet wrote: > From: Eric Dumazet > > I forgot to update tcp_westwood when changing get_info() behavior, > this patch should fix this. > > Fixes: 64f40ff5bbdb ("tcp: prepare CC get_info() access from getsockopt()") > Reported-by: kbuild test robot > Signed