Re: [PATCH net-next 0/9] rxrpc: Preparation for slow-start algorithm [ver #2]

2016-09-22 Thread David Miller
From: David Howells 
Date: Thu, 22 Sep 2016 09:22:00 +0100

> Tagged thusly:
> 
>   git://git.kernel.org/pub/scm/linux/kernel/git/dhowells/linux-fs.git
>   rxrpc-rewrite-20160922-v2

Pulled, thanks David.


Re: [PATCH net-next 0/9] rxrpc: Preparation for slow-start algorithm

2016-09-22 Thread David Howells
I'm going to post a V2 for this.  I've used a couple of 64-bit division
operators rather than calling the appropriate function (which is fine on
x86_64) and managed to transpose the last two patches (causing an undefined
symbol in one of them).

David