Received: with ECARTIS (v1.0.0; list netdev); Mon, 21 Jul 2003 05:33:44 -0700 (PDT) Received: from pizda.ninka.net (IDENT:root@pizda.ninka.net [216.101.162.242]) by oss.sgi.com (8.12.9/8.12.9) with SMTP id h6LCXVFl005494 for ; Mon, 21 Jul 2003 05:33:31 -0700 Received: from pizda.ninka.net (IDENT:davem@localhost.localdomain [127.0.0.1]) by pizda.ninka.net (8.9.3/8.9.3) with SMTP id FAA01818; Mon, 21 Jul 2003 05:31:25 -0700 Date: Mon, 21 Jul 2003 05:31:25 -0700 From: "David S. Miller" To: Christoph Hellwig Cc: netdev@oss.sgi.com Subject: Re: [PATCH] fix arcnet module refcounting Message-Id: <20030721053125.2d28d233.davem@redhat.com> In-Reply-To: <20030713125748.GA24403@lst.de> References: <20030713125748.GA24403@lst.de> X-Mailer: Sylpheed version 0.9.2 (GTK+ 1.2.6; sparc-unknown-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-archive-position: 4206 X-ecartis-version: Ecartis v1.0.0 Sender: netdev-bounce@oss.sgi.com Errors-to: netdev-bounce@oss.sgi.com X-original-sender: davem@redhat.com Precedence: bulk X-list: netdev On Sun, 13 Jul 2003 14:57:48 +0200 Christoph Hellwig wrote: > struct arnet_local needs a struct module *owner, that also cleans > up nicely lots of the code. Applied, thanks Christoph.