On Tue, Sep 25 2007 at 10:20 +0200, Christoph Hellwig <[EMAIL PROTECTED]> wrote:
> On Mon, Sep 24, 2007 at 08:25:28PM -0400, Jeff Garzik wrote:
>>> OK, we've had these competing patch sets floating around for two months
>>> now.  Christoph and Jeff, can we get agreement on which is going in?
>> Well, my opinion is
>>
>> 1) When judging by total amount of positive improvement, Christoph's 
>> patches are superior -- he has more overall cleanups than I do.
>>
>> 2) When judging by likelihood of inducing breakage, I feel my changes 
>> are superior.  My gdth changes tightly adhere to the 
>> equivalent-transformation method of shuffing code around, enabling 
>> further improvements.  IOW, I resisted the urge to make cleanups and fix 
>> insignificant, pre-existing bugs during the transformations.
>>
>> 3) I am utterly unmotivated to merge the two patchsets.  Someone should 
>> make an executive decision, pull one patchset, and drop the other.  My 
>> coding "mood" has swung from cleaning up code to writing new SAS drivers :)
> 
> Go ahead with your patches as I don't have time working on mine right now.
> I'll port them ontop of your patches when I get time for it.
> -
> To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
> the body of a message to [EMAIL PROTECTED]
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

I have attempted a merge of both patchsets, and was about to send them
but found that some code must be moved to earlier patches if I want 
bisectability.
So it will take me another day to redo the patches and clean them up.

I have went even farther than Christoph with my patchset to totally 
remove the gdth_ctr_tab array and only use the new gdth_instances LIST_HEAD.
I have done that by simply passing gdth_ha_str pointers around instead of
hanum's.

On top of that I have my own agenda of cleaning the !use_sg code paths and 
getting
rid of scsi_cmnd abuse, so there is also that.

So the patchset certainly takes the "likelihood of inducing breakage" approach.
Being a merge of code from three people and none of them tested. So they will
have to be exercised on real hardware before inclusion. Is there someone, 
perhaps
in Adaptec, that can try some code.

Boaz

-
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to [EMAIL PROTECTED]
More majordomo info at  http://vger.kernel.org/majordomo-info.html

Reply via email to