From: Chuck Lever Date: Wed, 24 Apr 2019 13:40:09 +0000 (-0400) Subject: SUNRPC: Update comments based on recent changes X-Git-Tag: v5.2-rc1~107^2~24 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1f7d1c73c58a3d07a951ce23acfb4ec91a31d1e9;p=thirdparty%2Fkernel%2Flinux.git SUNRPC: Update comments based on recent changes Signed-off-by: Chuck Lever Signed-off-by: Anna Schumaker --- diff --git a/net/sunrpc/xprt.c b/net/sunrpc/xprt.c index bc1c8247750df..a9d40bc7ebed0 100644 --- a/net/sunrpc/xprt.c +++ b/net/sunrpc/xprt.c @@ -955,7 +955,7 @@ xprt_is_pinned_rqst(struct rpc_rqst *req) * @req: Request to pin * * Caller must ensure this is atomic with the call to xprt_lookup_rqst() - * so should be holding the xprt receive lock. + * so should be holding xprt->queue_lock. */ void xprt_pin_rqst(struct rpc_rqst *req) { @@ -967,7 +967,7 @@ EXPORT_SYMBOL_GPL(xprt_pin_rqst); * xprt_unpin_rqst - Unpin a request on the transport receive list * @req: Request to pin * - * Caller should be holding the xprt receive lock. + * Caller should be holding xprt->queue_lock. */ void xprt_unpin_rqst(struct rpc_rqst *req) {