From mboxrd@z Thu Jan 1 00:00:00 1970 From: Christoph Hellwig Subject: Re: [PATCH] aacraid: Add kernel command line parameter parsing Date: Wed, 31 Jan 2007 09:55:08 +0000 Message-ID: <20070131095508.GA3200@infradead.org> References: Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Return-path: Received: from pentafluge.infradead.org ([213.146.154.40]:56281 "EHLO pentafluge.infradead.org" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S932788AbXAaJzL (ORCPT ); Wed, 31 Jan 2007 04:55:11 -0500 Content-Disposition: inline In-Reply-To: Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: "Salyzyn, Mark" Cc: SCSI Mailing List , James Bottomley , Mark Haverkamp On Tue, Jan 30, 2007 at 04:42:28PM -0500, Salyzyn, Mark wrote: > One shortcoming of the driver relationship with the kernel is that there > is no standard means of having the insmod parameters associated with a > driver to also be parsed and set by the kernel parameter line. Actually there is. In Linux 2.6 every module paramter can also specified as . on the kernel command line. Thus you patch is superflous and should not be applied.