scsi: ibmvscsis: Fixed unused variable
[mkp: applied by hand] Signed-off-by: Bryant G. Ly <bryantly@linux.vnet.ibm.com> Reviewed-by: Tyrel Datwyler <tyreld@linux.vnet.ibm.com> Signed-off-by: Martin K. Petersen <martin.petersen@oracle.com>
This commit is contained in:
parent
7bc2b55a5c
commit
96c11dd2f0
|
@ -3186,9 +3186,6 @@ static int ibmvscsis_rdma(struct ibmvscsis_cmd *cmd, struct scatterlist *sg,
|
|||
vscsi->dds.window[LOCAL].liobn,
|
||||
server_ioba);
|
||||
} else {
|
||||
/* write to client */
|
||||
struct srp_cmd *srp = (struct srp_cmd *)iue->sbuf->buf;
|
||||
|
||||
/* The h_copy_rdma will cause phyp, running in another
|
||||
* partition, to read memory, so we need to make sure
|
||||
* the data has been written out, hence these syncs.
|
||||
|
|
Loading…
Reference in New Issue