patch-2.4.0-test9 linux/net/sunrpc/sysctl.c
Next file: linux/net/sunrpc/xprt.c
Previous file: linux/net/sunrpc/sched.c
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Sun Oct 1 20:35:16 2000
- Orig file:
v2.4.0-test8/linux/net/sunrpc/sysctl.c
- Orig date:
Fri Apr 21 16:08:52 2000
diff -u --recursive --new-file v2.4.0-test8/linux/net/sunrpc/sysctl.c linux/net/sunrpc/sysctl.c
@@ -25,14 +25,14 @@
/*
* Declare the debug flags here
*/
-unsigned int rpc_debug = 0;
-unsigned int nfs_debug = 0;
-unsigned int nfsd_debug = 0;
-unsigned int nlm_debug = 0;
+unsigned int rpc_debug;
+unsigned int nfs_debug;
+unsigned int nfsd_debug;
+unsigned int nlm_debug;
#ifdef RPC_DEBUG
-static struct ctl_table_header *sunrpc_table_header = NULL;
+static struct ctl_table_header *sunrpc_table_header;
static ctl_table sunrpc_table[];
void
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)