Source-Changes-HG archive

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

[src/trunk]: src/sys/nfs Wrap a multiple line comment so that it doesn't go b...



details:   https://anonhg.NetBSD.org/src/rev/9808d8f81aed
branches:  trunk
changeset: 584222:9808d8f81aed
user:      rpaulo <rpaulo%NetBSD.org@localhost>
date:      Sun Sep 11 20:19:31 2005 +0000

description:
Wrap a multiple line comment so that it doesn't go beyond 80 columns.

diffstat:

 sys/nfs/nfs_syscalls.c |  9 +++++----
 1 files changed, 5 insertions(+), 4 deletions(-)

diffs (30 lines):

diff -r 890753b513e6 -r 9808d8f81aed sys/nfs/nfs_syscalls.c
--- a/sys/nfs/nfs_syscalls.c    Sun Sep 11 20:15:53 2005 +0000
+++ b/sys/nfs/nfs_syscalls.c    Sun Sep 11 20:19:31 2005 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: nfs_syscalls.c,v 1.80 2005/08/03 06:25:11 onoe Exp $   */
+/*     $NetBSD: nfs_syscalls.c,v 1.81 2005/09/11 20:19:31 rpaulo Exp $ */
 
 /*
  * Copyright (c) 1989, 1993
@@ -35,7 +35,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.80 2005/08/03 06:25:11 onoe Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_syscalls.c,v 1.81 2005/09/11 20:19:31 rpaulo Exp $");
 
 #include "fs_nfs.h"
 #include "opt_nfs.h"
@@ -1097,8 +1097,9 @@
                        (void)nfs_doio(bp);
                        simple_lock(&nmp->nm_slock);
                        /*
-                        * If there are more than one iod on this mount, then defect
-                        * so that the iods can be shared out fairly between the mounts
+                        * If there are more than one iod on this mount, 
+                        * then defect so that the iods can be shared out
+                        * fairly between the mounts
                         */
                        if (nfs_defect && nmp->nm_bufqiods > 1) {
                                myiod->nid_mount = NULL;



Home | Main Index | Thread Index | Old Index