commit | e9bf709564e90abea25ca7aeae8c3de5cc6468d7 | [log] [tgz] |
---|---|---|
author | Dan Williams <dan.j.williams@intel.com> | Thu Jun 16 16:59:56 2011 -0700 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:51 2011 -0700 |
tree | e4569a311fd0181109ad7b265425a74af2a41553 | |
parent | ddcc7e347a891937be65358b43f40b7f81185f8f [diff] |
isci: fix support for arbitrarily large smp requests Instead of duplicating the smp request buffer reuse the one provided by libsas. This future proofs the driver to support arbitrarily large smp requests, and shrinks the request structure size by ~700 bytes. Signed-off-by: Dan Williams <dan.j.williams@intel.com>