Re: [PATCH net-next 00/28] Converting pernet_operations (part #3)

2018-02-27 Thread David Miller
From: Kirill Tkhai Date: Mon, 26 Feb 2018 15:59:10 +0300 > This patchset continues to review and to convert pernet_operations > to async. Where it is possible, they are grouped by type of actions > init/exit methods ([1/28], for example). I hope this will make > the review

[PATCH net-next 00/28] Converting pernet_operations (part #3)

2018-02-26 Thread Kirill Tkhai
This patchset continues to review and to convert pernet_operations to async. Where it is possible, they are grouped by type of actions init/exit methods ([1/28], for example). I hope this will make the review a little bit easier. The changes are tree-wide: in net, fs, drivers and security.