Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S932152AbWAULqp (ORCPT ); Sat, 21 Jan 2006 06:46:45 -0500 Received: (majordomo@vger.kernel.org) by vger.kernel.org id S932156AbWAULqp (ORCPT ); Sat, 21 Jan 2006 06:46:45 -0500 Received: from ns.virtualhost.dk ([195.184.98.160]:6257 "EHLO virtualhost.dk") by vger.kernel.org with ESMTP id S932152AbWAULqp (ORCPT ); Sat, 21 Jan 2006 06:46:45 -0500 Date: Sat, 21 Jan 2006 12:48:41 +0100 From: Jens Axboe To: Nate Diller Cc: Andrew Morton , cmm@us.ibm.com, seelam@cs.utep.edu, linux-kernel@vger.kernel.org, ext2-devel@lists.sourceforge.net Subject: Re: [PATCH 1/2][RESEND] Default iosched fixes (was: Fall back io scheduler for 2.6.15?) Message-ID: <20060121114841.GT13429@suse.de> References: <5c49b0ed0601191604p4fa53404r783b3a703e922b13@mail.gmail.com> <20060120081145.GD4213@suse.de> <5c49b0ed0601201517h3126ac8dp931bab93a85bf9c5@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <5c49b0ed0601201517h3126ac8dp931bab93a85bf9c5@mail.gmail.com> Sender: linux-kernel-owner@vger.kernel.org X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1157 Lines: 25 On Fri, Jan 20 2006, Nate Diller wrote: > My previous default iosched patch did a poor job dealing with the > 'elevator=' boot-time option. The old behavior falls back to the > compiled-in default if the requested one is not registered at boot > time. This patch dynamically evaluates which default > to use, and emits a suitable error message when the requested scheduler > is not available. It also does the 'as' -> 'anticipatory' conversion > before elevator registration, which along with a modified registration > function, allows it to correctly indicate which default scheduler is > in use. I'm a little confused by your description - what problem does this patch actually solve? We already fall back to the default, and we already do the "as" conversion. It does seem to cleanup the code, just curious since your description seems to promise a little more than what it actually adds. -- Jens Axboe - 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/