Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/sys/nfs more comment.
details: https://anonhg.NetBSD.org/src/rev/565731e3be68
branches: trunk
changeset: 546647:565731e3be68
user: yamt <yamt%NetBSD.org@localhost>
date: Sat May 03 16:35:22 2003 +0000
description:
more comment.
diffstat:
sys/nfs/nfs_subs.c | 9 +++++----
1 files changed, 5 insertions(+), 4 deletions(-)
diffs (30 lines):
diff -r 26e5738a77d2 -r 565731e3be68 sys/nfs/nfs_subs.c
--- a/sys/nfs/nfs_subs.c Sat May 03 16:28:57 2003 +0000
+++ b/sys/nfs/nfs_subs.c Sat May 03 16:35:22 2003 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: nfs_subs.c,v 1.116 2003/05/03 16:28:57 yamt Exp $ */
+/* $NetBSD: nfs_subs.c,v 1.117 2003/05/03 16:35:22 yamt Exp $ */
/*
* Copyright (c) 1989, 1993
@@ -74,7 +74,7 @@
*/
#include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.116 2003/05/03 16:28:57 yamt Exp $");
+__KERNEL_RCSID(0, "$NetBSD: nfs_subs.c,v 1.117 2003/05/03 16:35:22 yamt Exp $");
#include "fs_nfs.h"
#include "opt_nfs.h"
@@ -2443,8 +2443,9 @@
/*
* The write verifier has changed (probably due to a server reboot), so all
* PG_NEEDCOMMIT pages will have to be written again. Since they are marked
- * as dirty, all this takes is clearing the PG_NEEDCOMMIT flag. Once done
- * the new write verifier can be set for the mount point.
+ * as dirty or are being written out just now, all this takes is clearing
+ * the PG_NEEDCOMMIT flag. Once done the new write verifier can be set for
+ * the mount point.
*/
void
nfs_clearcommit(mp)
Home |
Main Index |
Thread Index |
Old Index