[PATCH] RPC: transport switch function naming
authorChuck Lever <cel@citi.umich.edu>
Thu, 11 Aug 2005 20:25:26 +0000 (16:25 -0400)
committerTrond Myklebust <Trond.Myklebust@netapp.com>
Fri, 23 Sep 2005 16:38:14 +0000 (12:38 -0400)
commit9903cd1c27a1f30e8efea75e125be3b2002f7cb9
treead684d0ce47793f161839e2321f118206ef707f3
parenta246b0105bbd9a70a698f69baae2042996f2a0e9
[PATCH] RPC: transport switch function naming

 Introduce block header comments and a function naming convention to the
 socket transport implementation.  Provide a debug setting for transports
 that is separate from RPCDBG_XPRT.  Eliminate xprt_default_timeout().

 Provide block comments for exposed interfaces in xprt.c, and eliminate
 the useless obvious comments.

 Convert printk's to dprintk's.

 Test-plan:
 Compile kernel with CONFIG_NFS enabled.

 Version: Thu, 11 Aug 2005 16:04:04 -0400

Signed-off-by: Chuck Lever <cel@netapp.com>
Signed-off-by: Trond Myklebust <Trond.Myklebust@netapp.com>
include/linux/sunrpc/debug.h
net/sunrpc/xprt.c
net/sunrpc/xprtsock.c