Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1755380AbYGTXbl (ORCPT ); Sun, 20 Jul 2008 19:31:41 -0400 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S1753073AbYGTXbd (ORCPT ); Sun, 20 Jul 2008 19:31:33 -0400 Received: from casper.infradead.org ([85.118.1.10]:41560 "EHLO casper.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752470AbYGTXbc (ORCPT ); Sun, 20 Jul 2008 19:31:32 -0400 Date: Sun, 20 Jul 2008 16:31:26 -0700 From: Arjan van de Ven To: Neil Brown Cc: linux-kernel@vger.kernel.org, mingo@elte.hu, Simon Arlott , Daniel Walker , Rene Herman Subject: Re: [patch 3/4] fastboot: make the raid autodetect code wait for all devices to init Message-ID: <20080720163126.64b39d50@infradead.org> In-Reply-To: <18563.50428.659101.868745@notabene.brown> References: <20080720151140.4aa7c682@infradead.org> <20080720151339.6f4a83d8@infradead.org> <18563.50428.659101.868745@notabene.brown> Organization: Intel X-Mailer: Claws Mail 3.5.0 (GTK+ 2.12.11; i386-redhat-linux-gnu) Mime-Version: 1.0 Content-Type: text/plain; charset=US-ASCII Content-Transfer-Encoding: 7bit X-SRS-Rewrite: SMTP reverse-path rewritten from by casper.infradead.org See http://www.infradead.org/rpr.html Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1689 Lines: 47 On Mon, 21 Jul 2008 09:06:36 +1000 Neil Brown wrote: > if (driver_probe_done() != 0) { > printk("md: Waiting for all devices to be available before > autodetect\n" "md: If you don't boot off raid, use > raid=noautodetect\n"); do how about this patch? From: Arjan van de Ven Date: Sun, 20 Jul 2008 16:30:29 -0700 Subject: [PATCH] fastboot: make the RAID autostart code print a message just before waiting As requested/suggested by Neil Brown: make the raid code print that it's about to wait for probing to be done as well as give a suggestion on how to disable the probing if the user doesn't use raid. Signed-off-by: Arjan van de Ven = 0) { -- 1.5.5.1 -- 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/