On Thu, 2013-09-05 at 17:44 -0700, Todd E Brandt wrote:
> Part 2 of the hard disk resume optimization patch, this one applies
> to the scsi subsystem.

This is a horrible patch description, it won't tell the next reader
anything about what is going on and why.  Give the patches two separate
summaries and refer back by summary explaining what this one does.

Also, having two code paths do the same thing is always a bad idea:
someone will update one and not the other.  sd_resume() should be come
sd_resume_async(); wait for async event

James


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

Reply via email to