diff options
author | Chuck Lever <cel@citi.umich.edu> | 2005-08-11 16:25:26 -0400 |
---|---|---|
committer | Trond Myklebust <Trond.Myklebust@netapp.com> | 2005-09-23 12:38:14 -0400 |
commit | 9903cd1c27a1f30e8efea75e125be3b2002f7cb9 (patch) | |
tree | ad684d0ce47793f161839e2321f118206ef707f3 /include | |
parent | a246b0105bbd9a70a698f69baae2042996f2a0e9 (diff) | |
download | linux-3.10-9903cd1c27a1f30e8efea75e125be3b2002f7cb9.tar.gz linux-3.10-9903cd1c27a1f30e8efea75e125be3b2002f7cb9.tar.bz2 linux-3.10-9903cd1c27a1f30e8efea75e125be3b2002f7cb9.zip |
[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>
Diffstat (limited to 'include')
-rw-r--r-- | include/linux/sunrpc/debug.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/linux/sunrpc/debug.h b/include/linux/sunrpc/debug.h index eadb31e3c19..42d29974795 100644 --- a/include/linux/sunrpc/debug.h +++ b/include/linux/sunrpc/debug.h @@ -32,6 +32,7 @@ #define RPCDBG_AUTH 0x0010 #define RPCDBG_PMAP 0x0020 #define RPCDBG_SCHED 0x0040 +#define RPCDBG_TRANS 0x0080 #define RPCDBG_SVCSOCK 0x0100 #define RPCDBG_SVCDSP 0x0200 #define RPCDBG_MISC 0x0400 |