1. NAME

xprt_complete_rqst - called when reply processing is complete

2. SYNOPSIS

void xprt_complete_rqst(struct rpc_task *  task , int  copied );

3. ARGUMENTS

task
    RPC request that recently completed

copied
    actual number of bytes received from the transport

4. DESCRIPTION

Caller holds transport lock.

5. COPYRIGHT