SUNRPC: Rename "call_" functions that are no longer FSM states
authorChuck Lever <chuck.lever@oracle.com>
Wed, 21 May 2008 21:09:19 +0000 (17:09 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Wed, 9 Jul 2008 16:08:53 +0000 (12:08 -0400)
commitb0e1c57ea00302c3ac541ffd37e7db07d13cd674
tree1efbe305bfff8141ae0d27a03dacc5bbf4ae58a6
parent3748f1e447ac1dbf45f33ee7491a008a8bb5cdf0
SUNRPC: Rename "call_" functions that are no longer FSM states

The RPC client uses a finite state machine to move RPC tasks through each
step of an RPC request.  Each state is contained in a function in
net/sunrpc/clnt.c, and named call_foo.

Some of the functions named call_foo have changed over the past few years and
are no longer states in the FSM.  These include: call_encode, call_header,
and call_verify.  As a clean up, rename the functions that have changed.

Signed-off-by: Chuck Lever <chuck.lever@oracle.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
net/sunrpc/clnt.c