From: Kirill Tkhai
Date: Mon, 19 Feb 2018 12:58:28 +0300
> [1/3] kills net_mutex and makes net_sem be taken for write instead.
> This is made to take less locks (1 instead of 2) for the time
> before all pernet_operations are converted.
>
> [2-3/3] simplifies dead net cleanup queuein
The topic has to contain [net-next]. Sorry for I forgot to add it.
Thanks.
On 19.02.2018 12:58, Kirill Tkhai wrote:
> [1/3] kills net_mutex and makes net_sem be taken for write instead.
> This is made to take less locks (1 instead of 2) for the time
> before all pernet_operations are
[1/3] kills net_mutex and makes net_sem be taken for write instead.
This is made to take less locks (1 instead of 2) for the time
before all pernet_operations are converted.
[2-3/3] simplifies dead net cleanup queueing, and makes llist api
be used for that.
---
Kirill Tkhai (