Re: [PATCH net-next 06/24] rxrpc: Dup the main conn list for the proc interface

From: David Howells
Date: Tue Jul 05 2016 - 15:53:31 EST


David Miller <davem@xxxxxxxxxxxxx> wrote:

> Wouldn't it be better to just code the proc stuff to walk whatever
> table the rest of the stack uses to hold all of the connections
> as TCP et al. do?

I should also mention that this is an intermediate step. Splitting out the
procfs list makes it easier to fix the reap lists. I can always make the proc
code do something different once the reap fixes have settled down.

David