Allow other requests to use a transport
void xprt_release_xprt(struct rpc_xprt * xprt, struct rpc_task * task);
xprt
transport with other tasks potentially waiting
task
task that is releasing access to the transport
Note that “task” can be NULL. No congestion control is provided.