mirror of
https://github.com/tbsdtv/linux_media.git
synced 2025-07-23 04:33:26 +02:00
svcrdma: Remove stale comment for svc_rdma_wc_receive()
xprt pinning was removed in commit 365e9992b9
("svcrdma: Remove
transport reference counting"), but this comment was not updated
to reflect that change.
Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
This commit is contained in:
@@ -322,8 +322,6 @@ bool svc_rdma_post_recvs(struct svcxprt_rdma *rdma)
|
|||||||
* @cq: Completion Queue context
|
* @cq: Completion Queue context
|
||||||
* @wc: Work Completion object
|
* @wc: Work Completion object
|
||||||
*
|
*
|
||||||
* NB: The svc_xprt/svcxprt_rdma is pinned whenever it's possible that
|
|
||||||
* the Receive completion handler could be running.
|
|
||||||
*/
|
*/
|
||||||
static void svc_rdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc)
|
static void svc_rdma_wc_receive(struct ib_cq *cq, struct ib_wc *wc)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user