From: Dan Williams Date: Thu, 29 Sep 2011 01:35:27 +0000 (-0700) Subject: [SCSI] isci: fix support for large smp requests X-Git-Tag: v3.2-rc1~125^2~66 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=54b5e3a4bfa3452bc10cd4da672099ccc46b8c09;p=pandora-kernel.git [SCSI] isci: fix support for large smp requests Kill the local smp response buffer. Besides being unnecessary, it is too small (currently truncates responses to 60 bytes). The mid-layer will have already allocated a sufficiently sized buffer, just kmap and copy into it directly. Cc: Reported-by: Derick Marks Tested-by: Derick Marks Signed-off-by: Dan Williams Signed-off-by: James Bottomley --- Reading git-diff-tree failed