Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id ; Sun, 17 Nov 2002 14:54:13 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id ; Sun, 17 Nov 2002 14:54:13 -0500 Received: from leibniz.math.psu.edu ([146.186.130.2]:13958 "EHLO math.psu.edu") by vger.kernel.org with ESMTP id ; Sun, 17 Nov 2002 14:54:12 -0500 Date: Sun, 17 Nov 2002 15:01:06 -0500 (EST) From: Alexander Viro To: Doug Ledford cc: Linux Scsi Mailing List , Linux Kernel Mailing List , Rusty Russell , Linus Torvalds Subject: Re: Why /dev/sdc1 doesn't show up... In-Reply-To: <20021117195258.GC3280@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: 732 Lines: 19 On Sun, 17 Nov 2002, Doug Ledford wrote: > in scsi_module.c works, but is too ugly to live (and totally defeats the > purpose of the new module loading code anyway). Oh, and all the high There is a purpose? Seriously, "no use of ones object during init" is WRONG. Rusty, remember I've told you that block devices need to be able to open() during init? That's what it is. We _might_ eventually kludge around that, but IMO the ->live checks on the init side are just plain wrong. - 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/