projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1d3d98c
)
IB/srp: Fix a comment
author
Bart Van Assche
<
[email protected]
>
Fri, 22 Apr 2016 21:12:47 +0000
(14:12 -0700)
committer
Doug Ledford
<
[email protected]
>
Thu, 12 May 2016 18:18:55 +0000
(14:18 -0400)
The free request list was removed through patch "IB/srp: Use block layer tags".
Hence update a comment that refers to that free request list.
Signed-off-by: Bart Van Assche <
[email protected]
>
Cc: Christoph Hellwig <
[email protected]
>
Cc: Sagi Grimberg <
[email protected]
>
Cc: Laurence Oberman <
[email protected]
>
Reviewed-by: Sagi Grimberg <
[email protected]
>
Reviewed-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/infiniband/ulp/srp/ib_srp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/ulp/srp/ib_srp.c
b/drivers/infiniband/ulp/srp/ib_srp.c
index 9c58676459c477551581e7451e9e4eb2c4e70f1b..8c0827a11ece76be2273e9131802c92765fcd92b 100644
(file)
--- a/
drivers/infiniband/ulp/srp/ib_srp.c
+++ b/
drivers/infiniband/ulp/srp/ib_srp.c
@@
-1112,7
+1112,7
@@
static struct scsi_cmnd *srp_claim_req(struct srp_rdma_ch *ch,
}
/**
- * srp_free_req() - Unmap data and ad
d request to the free request list
.
+ * srp_free_req() - Unmap data and ad
just ch->req_lim
.
* @ch: SRP RDMA channel.
* @req: Request to be freed.
* @scmnd: SCSI command associated with @req.