XPRT_RESERVE_XPRT

Section: Linux Networking (9)
Updated: February 2011
Index Return to Main Contents
 

NAME

xprt_reserve_xprt - serialize write access to transports  

SYNOPSIS

int xprt_reserve_xprt(struct rpc_task * task);
 

ARGUMENTS

task

task that is requesting access to the transport
 

DESCRIPTION

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

COPYRIGHT