From mboxrd@z Thu Jan 1 00:00:00 1970 From: Jeremy Higdon Subject: Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS Date: Sun, 27 Mar 2005 01:16:30 -0800 Message-ID: <20050327091630.GA938785@sgi.com> References: <91888D455306F94EBD4D168954A9457C01B70565@nacos172.co.lsil.com> <1111809137.5541.7.camel@mulgrave> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Received: from omx2-ext.sgi.com ([192.48.171.19]:64148 "EHLO omx2.sgi.com") by vger.kernel.org with ESMTP id S261504AbVC0JRw (ORCPT ); Sun, 27 Mar 2005 04:17:52 -0500 Content-Disposition: inline In-Reply-To: <1111809137.5541.7.camel@mulgrave> Sender: linux-scsi-owner@vger.kernel.org List-Id: linux-scsi@vger.kernel.org To: James Bottomley Cc: "Moore, Eric Dean" , SCSI Mailing List , Linux Kernel On Fri, Mar 25, 2005 at 09:52:17PM -0600, James Bottomley wrote: > On Thu, 2005-03-24 at 16:57 -0700, Moore, Eric Dean wrote: > > +static struct device_attribute mptscsih_queue_depth_attr = { > > + .attr = { > > + .name = "queue_depth", > > + .mode = S_IWUSR, > > + }, > > + .store = mpt_core_store_queue_depth, > > +}; > > But in the original which you're removing, this was implemented via the > change_queue_depth API. > > It looks like the patches you're posting are actually an older version > of the fusion driver. Do you have the split done on a current copy? > > Thanks, > > James James, actually this queue depth code predates your change_queue_depth API. I don't think it was ever converted to the new API. jeremy