patch-2.2.18 linux/net/sunrpc/sysctl.c
Next file: linux/net/sunrpc/xdr.c
Previous file: linux/net/sunrpc/svcsock.c
Back to the patch index
Back to the overall index
- Lines: 11
- Date:
Fri Sep 15 22:10:44 2000
- Orig file:
v2.2.17/net/sunrpc/sysctl.c
- Orig date:
Fri Apr 21 12:47:17 2000
diff -u --new-file --recursive --exclude-from /usr/src/exclude v2.2.17/net/sunrpc/sysctl.c linux/net/sunrpc/sysctl.c
@@ -99,9 +99,8 @@
left--, p++;
*(unsigned int *) table->data = value;
/* Display the RPC tasks on writing to rpc_debug */
- if (table->ctl_name == CTL_RPCDEBUG) {
+ if (table->ctl_name == CTL_RPCDEBUG)
rpc_show_tasks();
- }
} else {
if (!access_ok(VERIFY_WRITE, buffer, left))
return -EFAULT;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)