On Tuesday 17 November 2009, Gerd Hoffmann wrote:
> Changes:
>  * Move from open-coded lists to QTAILQ macros.
>  * Move the struct elements to the common data structures
>    (SCSIDevice + SCSIRequest).
>  * Fix request cleanup in the destroy callback.

This feels like the abstraction boundaries wrong. If the request chain fields 
are in common structures then I'd also expect the allocation and linking code 
to be common.

Paul


Reply via email to