On 11/18/10 15:47, Hannes Reinecke wrote:
Rather than to access a SCSIRequest via an abstract 'tag' we can as well use it directly and save us the lookup.
Hmm. Looks like a few more request handling changes than a pure s/tag/req/ + zap lookups sneaked into that patch. There are new get_req and put_req callbacks for example. At minimum these changes must be documented in the commit message. Even better splitted into separate patches.
cheers, Gerd