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>
This commit is contained in:
@@ -244,7 +244,6 @@ struct scic_sds_request {
|
||||
} ssp;
|
||||
|
||||
struct {
|
||||
struct smp_req cmd;
|
||||
struct smp_resp rsp;
|
||||
} smp;
|
||||
|
||||
|
Reference in New Issue
Block a user