On Fri, 25 November 2011 13:38:28 +0100, Sebastian Andrzej Siewior wrote: > > - src = sg_virt(&sg_s[j++]) + src_offset; > + src = sg_virt(sg_s) + src_offset; > + sg_s = sg_next(sg_s); ... > - sg_s = &table->sg_table[j = 0]; > + sg_s = table->sg_table; Didn't you forget the equivalent of "j = 0" in your patch? Jörn -- Public Domain - Free as in Beer General Public - Free as in Speech BSD License - Free as in Enterprise Shared Source - Free as in "Work will make you..." -- To unsubscribe from this list: send the line "unsubscribe target-devel" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html