Re: [PATCH net-next 1/5] sctp: add the rhashtable apis for sctp global transport hashtable
From: David Miller <davem@davemloft.net>
Date: 2016-01-11 21:35:46
Also in:
linux-sctp
From: David Miller <davem@davemloft.net>
Date: 2016-01-11 21:35:46
Also in:
linux-sctp
From: mleitner@redhat.com Date: Mon, 11 Jan 2016 16:09:27 -0200
There is still the other part of this thread to be worked on (re ->dead), maybe that will justify extra stuff in here but I really wouldn't like to add extra structures and locks on this just to satisfy an unreasonable scenario like this. This hash is very busy, the lean it is, the better.
It is never "unreasonable" if it is necessary to fix a real bug, which this is.