commit | 67ea838d17acdad3331aeae848683c768df96aaa | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Sun May 08 11:47:15 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:47 2011 -0700 |
tree | 30a80c95a1add14babf985a108973cc9c3caac83 | |
parent | b7645818cff1536038c0b21407eefb6b9d5755e6 [diff] |
isci: unify request data structures Make scic_sds_request a proper member of isci_request. Also let's us get rid of the dma pool object size tracking since we now know that all requests are sizeof(isci_request). While cleaning up the construct routine incidentally replaced SCI_FIELD_OFFSET with offsetof. Reported-by: Christoph Hellwig <hch@lst.de> Signed-off-by: Dan Williams <dan.j.williams@intel.com>