Re: [PATCH 6/7] - MPT FUSION - SPLITTING SCSI HOST DRIVERS

From: Jeremy Higdon
Date: Sun Mar 27 2005 - 04:23:13 EST


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
-
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/