patch-2.1.80 linux/fs/nfs/proc.c
Next file: linux/fs/nfs/read.c
Previous file: linux/fs/nfs/inode.c
Back to the patch index
Back to the overall index
- Lines: 23
- Date:
Tue Jan 13 10:03:40 1998
- Orig file:
v2.1.79/linux/fs/nfs/proc.c
- Orig date:
Mon Jan 12 22:09:18 1998
diff -u --recursive --new-file v2.1.79/linux/fs/nfs/proc.c linux/fs/nfs/proc.c
@@ -43,11 +43,6 @@
#include <asm/segment.h>
-/*
- * If NFS_DEBUG is defined, you can toggle NFS debugging by causing
- * a lookup of "__xyzzy__". Just cd to an NFS-mounted filesystem and type
- * 'ls __xyzzy__' to turn on debugging.
- */
#ifdef NFS_DEBUG
# define NFSDBG_FACILITY NFSDBG_PROC
#endif
@@ -90,10 +85,6 @@
int status;
dprintk("NFS call lookup %s\n", name);
-#ifdef RPC_DEBUG
- if (!strcmp(name, "__xyzzy__"))
- nfs_debug = ~nfs_debug;
-#endif
status = rpc_call(server->client, NFSPROC_LOOKUP, &arg, &res, 0);
dprintk("NFS reply lookup: %d\n", status);
return status;
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov