From: Chuck Lever Date: Wed, 21 May 2008 21:09:19 +0000 (-0400) Subject: SUNRPC: Rename "call_" functions that are no longer FSM states X-Git-Tag: v2.6.27-rc1~1052^2~1^2~54 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b0e1c57ea00302c3ac541ffd37e7db07d13cd674;p=pandora-kernel.git 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 Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed