From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-db5eur01on0139.outbound.protection.outlook.com ([104.47.2.139]:22794 "EHLO EUR01-DB5-obe.outbound.protection.outlook.com" rhost-flags-OK-OK-OK-FAIL) by vger.kernel.org with ESMTP id S1755164AbeCSLjD (ORCPT ); Mon, 19 Mar 2018 07:39:03 -0400 Subject: [PATCH net-next can] Converting pernet_operations (part #9) From: Kirill Tkhai To: davem@davemloft.net, socketcan@hartkopp.net, mkl@pengutronix.de, linux-can@vger.kernel.org, netdev@vger.kernel.org, ktkhai@virtuozzo.com Date: Mon, 19 Mar 2018 14:38:57 +0300 Message-ID: <152145944801.26024.17416146842279639788.stgit@localhost.localdomain> MIME-Version: 1.0 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: Hi, this series continues to review and to convert pernet_operations to make them possible to be executed in parallel for several net namespaces at the same time. There is only one patch converting can_pernet_ops. Thanks, Kirill --- Kirill Tkhai (1): net: Convert can_pernet_ops net/can/af_can.c | 1 + 1 file changed, 1 insertion(+) -- Signed-off-by: Kirill Tkhai