isci: fix support for arbitrarily large smp requests
authorDan Williams <dan.j.williams@intel.com>
Thu, 16 Jun 2011 23:59:56 +0000 (16:59 -0700)
committerDan Williams <dan.j.williams@intel.com>
Sun, 3 Jul 2011 11:04:51 +0000 (04:04 -0700)
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>

No differences found