Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs Fix hanging-paren typo.



details:   https://anonhg.NetBSD.org/src/rev/68348f446101
branches:  trunk
changeset: 555422:68348f446101
user:      jonathan <jonathan%NetBSD.org@localhost>
date:      Mon Nov 17 02:02:31 2003 +0000

description:
Fix hanging-paren typo.

diffstat:

 sys/nfs/nfs_bio.c |  6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diffs (27 lines):

diff -r d75677a303c2 -r 68348f446101 sys/nfs/nfs_bio.c
--- a/sys/nfs/nfs_bio.c Mon Nov 17 01:52:14 2003 +0000
+++ b/sys/nfs/nfs_bio.c Mon Nov 17 02:02:31 2003 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_bio.c,v 1.112 2003/11/17 01:44:49 jonathan Exp $   */
+/*     $NetBSD: nfs_bio.c,v 1.113 2003/11/17 02:02:31 jonathan Exp $   */
 
 /*
  * Copyright (c) 1989, 1993
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_bio.c,v 1.112 2003/11/17 01:44:49 jonathan Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_bio.c,v 1.113 2003/11/17 02:02:31 jonathan Exp $");
 
 #include "opt_nfs.h"
 #include "opt_ddb.h"
@@ -850,7 +850,7 @@
                /*
                 * Ensure that the queue never grows too large.
                 */
-               if (curproc == uvm.pagedaemon_proc)) {
+               if (curproc == uvm.pagedaemon_proc) {
                        /* Enque for later, to avoid free-page deadlock */
                          (void) 0;
                } else while (nmp->nm_bufqlen >= 2*nfs_numasync) {



Home | Main Index | Thread Index | Old Index