From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from shards.monkeyblade.net ([184.105.139.130]:56344 "EHLO shards.monkeyblade.net" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1755192AbeCVPOu (ORCPT ); Thu, 22 Mar 2018 11:14:50 -0400 Date: Thu, 22 Mar 2018 11:14:46 -0400 (EDT) Message-Id: <20180322.111446.684646225881760803.davem@davemloft.net> To: ktkhai@virtuozzo.com Cc: socketcan@hartkopp.net, mkl@pengutronix.de, linux-can@vger.kernel.org, netdev@vger.kernel.org Subject: Re: [PATCH net-next] net: Convert can_pernet_ops From: David Miller In-Reply-To: <152145954531.26024.3744883546191004693.stgit@localhost.localdomain> References: <152145944801.26024.17416146842279639788.stgit@localhost.localdomain> <152145954531.26024.3744883546191004693.stgit@localhost.localdomain> Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: netdev-owner@vger.kernel.org List-ID: From: Kirill Tkhai Date: Mon, 19 Mar 2018 14:39:05 +0300 > These pernet_operations create and destroy /proc entries > and cancel per-net timer. > > Also, there are unneed iterations over empty list of net > devices, since all net devices must be already moved > to init_net or unregistered by default_device_ops. This > already was mentioned here: > > https://marc.info/?l=linux-can&m=150169589119335&w=2 > > So, it looks safe to make them async. > > Signed-off-by: Kirill Tkhai Applied.