mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-08-05 16:54:27 +00:00
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
1 changed files with 0 additions and 3 deletions
|
@ -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…
Add table
Reference in a new issue