Module Name: src
Committed By: yamt
Date: Sat Feb 13 11:17:31 UTC 2010
Modified Files:
src/sys/nfs: nfs_socket.c
Log Message:
nfs_msg: #if 0 out tprintf for now and comment why.
To generate a diff of this commit:
cvs rdiff -u -r1.185 -r1.186 src/sys/nfs/nfs_socket.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/nfs/nfs_socket.c
diff -u src/sys/nfs/nfs_socket.c:1.185 src/sys/nfs/nfs_socket.c:1.186
--- src/sys/nfs/nfs_socket.c:1.185 Tue Jan 19 13:39:04 2010
+++ src/sys/nfs/nfs_socket.c Sat Feb 13 11:17:30 2010
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_socket.c,v 1.185 2010/01/19 13:39:04 yamt Exp $ */
+/* $NetBSD: nfs_socket.c,v 1.186 2010/02/13 11:17:30 yamt Exp $ */
/*
* Copyright (c) 1989, 1991, 1993, 1995
@@ -39,7 +39,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_socket.c,v 1.185 2010/01/19 13:39:04 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_socket.c,v 1.186 2010/02/13 11:17:30 yamt Exp $");
#ifdef _KERNEL_OPT
#include "fs_nfs.h"
@@ -2157,9 +2157,11 @@
{
tpr_t tpr;
+#if 0 /* XXX nfs_timer can't block on proc_lock */
if (l)
tpr = tprintf_open(l->l_proc);
else
+#endif
tpr = NULL;
tprintf(tpr, "nfs server %s: %s\n", server, msg);
tprintf_close(tpr);