Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/nfs nfs_msg: #if 0 out tprintf for now and comment why.



details:   https://anonhg.NetBSD.org/src/rev/9fcbdc1b8a86
branches:  trunk
changeset: 752087:9fcbdc1b8a86
user:      yamt <yamt%NetBSD.org@localhost>
date:      Sat Feb 13 11:17:30 2010 +0000

description:
nfs_msg: #if 0 out tprintf for now and comment why.

diffstat:

 sys/nfs/nfs_socket.c |  6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diffs (30 lines):

diff -r 4cf8e1575c1c -r 9fcbdc1b8a86 sys/nfs/nfs_socket.c
--- a/sys/nfs/nfs_socket.c      Sat Feb 13 10:39:39 2010 +0000
+++ b/sys/nfs/nfs_socket.c      Sat Feb 13 11:17:30 2010 +0000
@@ -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);



Home | Main Index | Thread Index | Old Index