Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 17 Nov 2002 16:33:07 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 17 Nov 2002 16:33:06 -0500 Received: from neon-gw-l3.transmeta.com ([63.209.4.196]:25613 "EHLO neon-gw.transmeta.com") by vger.kernel.org with ESMTP id ; Sun, 17 Nov 2002 16:33:05 -0500 Date: Sun, 17 Nov 2002 13:40:19 -0800 (PST) From: Linus Torvalds To: Doug Ledford cc: Linux Kernel Mailing List , Linux Scsi Mailing List Subject: Re: Several Misc SCSI updates... In-Reply-To: <20021117203823.GF3280@redhat.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 735 Lines: 19 On Sun, 17 Nov 2002, Doug Ledford wrote: > > Won't work. module->live is what Rusty uses to indicate that the module > is in the process of unloading, which is when we *do* want the attempt to > module_get() to fail. That's fine, as long as "module_get()" is the only thing that cares. Just make it go "live" early as you indicate, and everybody should be happy. I certainly agree that it should be illegal to do more module_get()'s once we've already started unloading.. Linus - 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/