From: Chuck Lever Date: Mon, 20 Mar 2006 18:44:23 +0000 (-0500) Subject: SUNRPC: eliminate rpc_call() X-Git-Tag: v2.6.17-rc1~667^2~72 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dead28da8e3fb32601d38fb32b7021122e0a3d21;p=pandora-kernel.git SUNRPC: eliminate rpc_call() Clean-up: replace rpc_call() helper with direct call to rpc_call_sync. This makes NFSv2 and NFSv3 synchronous calls more computationally efficient, and reduces stack consumption in functions that used to invoke rpc_call more than once. Test plan: Compile kernel with CONFIG_NFS enabled. Connectathon on NFS version 2, version 3, and version 4 mount points. Signed-off-by: Chuck Lever Signed-off-by: Trond Myklebust --- Reading git-diff-tree failed