Re: [PATCH net-next 0/5] Make pernet_operations always read locked

2018-03-27 Thread Kirill Tkhai
On 27.03.2018 20:18, David Miller wrote: > From: Kirill Tkhai > Date: Tue, 27 Mar 2018 18:01:42 +0300 > >> All the pernet_operations are converted, and the last one >> is in this patchset (nfsd_net_ops acked by J. Bruce Fields). >> So, it's the time to kill pernet_operations::async field, >> and

Re: [PATCH net-next 0/5] Make pernet_operations always read locked

2018-03-27 Thread David Miller
From: Kirill Tkhai Date: Tue, 27 Mar 2018 18:01:42 +0300 > All the pernet_operations are converted, and the last one > is in this patchset (nfsd_net_ops acked by J. Bruce Fields). > So, it's the time to kill pernet_operations::async field, > and make setup_net() and cleanup_net() always require >

[PATCH net-next 0/5] Make pernet_operations always read locked

2018-03-27 Thread Kirill Tkhai
All the pernet_operations are converted, and the last one is in this patchset (nfsd_net_ops acked by J. Bruce Fields). So, it's the time to kill pernet_operations::async field, and make setup_net() and cleanup_net() always require the rwsem only read locked. All further pernet_operations have to b