Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S262254AbTFIWtu (ORCPT ); Mon, 9 Jun 2003 18:49:50 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S262257AbTFIWtu (ORCPT ); Mon, 9 Jun 2003 18:49:50 -0400 Received: from pizda.ninka.net ([216.101.162.242]:51864 "EHLO pizda.ninka.net") by vger.kernel.org with ESMTP id S262254AbTFIWtt (ORCPT ); Mon, 9 Jun 2003 18:49:49 -0400 Date: Mon, 09 Jun 2003 16:00:13 -0700 (PDT) Message-Id: <20030609.160013.74730356.davem@redhat.com> To: zippel@linux-m68k.org Cc: wa@almesberger.net, chas@cmf.nrl.navy.mil, linux-kernel@vger.kernel.org Subject: Re: [PATCH][ATM] use rtnl_{lock,unlock} during device operations (take 2) From: "David S. Miller" In-Reply-To: References: <20030608.223501.71104915.davem@redhat.com> X-FalunGong: Information control. X-Mailer: Mew version 2.1 on Emacs 21.1 / Mule 5.0 (SAKAKI) Mime-Version: 1.0 Content-Type: Text/Plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 523 Lines: 15 From: Roman Zippel Date: Tue, 10 Jun 2003 00:59:21 +0200 (CEST) You still need to synchronize with already running functions netdev->dead = 1; netdev->op_this = NULL; netdev->op_that = NULL; netdev->op_whatever = NULL; synchronize_kernel(); - To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/