Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S261219AbVARAeR (ORCPT ); Mon, 17 Jan 2005 19:34:17 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S261310AbVARAeR (ORCPT ); Mon, 17 Jan 2005 19:34:17 -0500 Received: from parcelfarce.linux.theplanet.co.uk ([195.92.249.252]:33700 "EHLO parcelfarce.linux.theplanet.co.uk") by vger.kernel.org with ESMTP id S261219AbVARAeP (ORCPT ); Mon, 17 Jan 2005 19:34:15 -0500 Date: Tue, 18 Jan 2005 00:34:13 +0000 From: Al Viro To: Daniel Drake Cc: Andrew Morton , Joseph Fannin , linux-kernel@vger.kernel.org, Neil Brown , William Park Subject: Re: [PATCH] Wait and retry mounting root device (revised) Message-ID: <20050118003413.GA26051@parcelfarce.linux.theplanet.co.uk> References: <20050114002352.5a038710.akpm@osdl.org> <20050116005930.GA2273@zion.rivenstone.net> <41EC7A60.9090707@gentoo.org> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <41EC7A60.9090707@gentoo.org> User-Agent: Mutt/1.4.1i Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 779 Lines: 16 On Tue, Jan 18, 2005 at 02:54:24AM +0000, Daniel Drake wrote: > Retry up to 20 times if mounting the root device fails. This fixes booting > from usb-storage devices, which no longer make their partitions immediately > available. Sigh... So we can very well get device coming up in the middle of a loop and get the actual attempts to mount the sucker in wrong order. How nice... Folks, that's not a solution. And kludges like that really have no business being there - they only hide the problem and make it harder to reproduce. - 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/