1. NAME

xprt_reserve_xprt - serialize write access to transports

2. SYNOPSIS

int xprt_reserve_xprt(struct rpc_xprt *  xprt , struct rpc_task *  task );

3. ARGUMENTS

xprt
    pointer to the target transport

task
    task that is requesting access to the transport

4. DESCRIPTION

This prevents mixing the payload of separate requests, and prevents transport connects from colliding with writes. No congestion control is provided.

5. COPYRIGHT