1. NAME

xprt_release_rqst_cong - housekeeping when request is complete

2. SYNOPSIS

void xprt_release_rqst_cong(struct rpc_task *  task );

3. ARGUMENTS

task
    RPC request that recently completed

4. DESCRIPTION

Useful for transports that require congestion control.

5. COPYRIGHT