Source-Changes-HG archive

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

[src/yamt-pagecache]: src/sys/miscfs/genfs comment



details:   https://anonhg.NetBSD.org/src/rev/8f167bf0cb92
branches:  yamt-pagecache
changeset: 770867:8f167bf0cb92
user:      yamt <yamt%NetBSD.org@localhost>
date:      Wed Jan 25 00:40:08 2012 +0000

description:
comment

diffstat:

 sys/miscfs/genfs/genfs_io.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r c168b07851d7 -r 8f167bf0cb92 sys/miscfs/genfs/genfs_io.c
--- a/sys/miscfs/genfs/genfs_io.c       Tue Jan 24 02:11:33 2012 +0000
+++ b/sys/miscfs/genfs/genfs_io.c       Wed Jan 25 00:40:08 2012 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: genfs_io.c,v 1.53.2.9 2012/01/24 02:09:34 yamt Exp $   */
+/*     $NetBSD: genfs_io.c,v 1.53.2.10 2012/01/25 00:40:08 yamt Exp $  */
 
 /*
  * Copyright (c) 1982, 1986, 1989, 1993
@@ -31,7 +31,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.53.2.9 2012/01/24 02:09:34 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: genfs_io.c,v 1.53.2.10 2012/01/25 00:40:08 yamt Exp $");
 
 #include <sys/param.h>
 #include <sys/systm.h>
@@ -1274,8 +1274,8 @@
 #endif /* !defined(DEBUG) */
 
        /*
-        * if we started any i/o and we're doing sync i/o, wait for all writes
-        * to finish.
+        * if we found or started any i/o and we're doing sync i/o,
+        * wait for all writes to finish.
         */
 
        if (!wasclean && !async) {



Home | Main Index | Thread Index | Old Index