commit | 77d67385f7b4a630912fd567f104946be137f477 | [log] [tgz] |
---|---|---|
author | Dave Jiang <dave.jiang@intel.com> | Wed May 25 02:21:57 2011 +0000 |
committer | Dan Williams <dan.j.williams@intel.com> | Sun Jul 03 04:04:50 2011 -0700 |
tree | c180e5fd1721aca43d0296a61d36562420d30ac4 | |
parent | 8db02da52895285e99d7eb2fa825fd393e61d9c5 [diff] |
isci: removing the kmalloc in smp request construct It doesn't look like there is any reason to do a kmalloc. We can do the byte swap in place and avoid the allocation. This allow us to remove a kmalloc and a memcpy. Signed-off-by: Dave Jiang <dave.jiang@intel.com> Signed-off-by: Dan Williams <dan.j.williams@intel.com>