Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove now invalid comment.



details:   https://anonhg.NetBSD.org/src/rev/6498cd49f7eb
branches:  trunk
changeset: 823748:6498cd49f7eb
user:      hannken <hannken%NetBSD.org@localhost>
date:      Sun May 07 08:21:08 2017 +0000

description:
Remove now invalid comment.

diffstat:

 sys/kern/vfs_mount.c |  7 ++-----
 1 files changed, 2 insertions(+), 5 deletions(-)

diffs (28 lines):

diff -r 6b5e15b850e6 -r 6498cd49f7eb sys/kern/vfs_mount.c
--- a/sys/kern/vfs_mount.c      Sun May 07 08:19:39 2017 +0000
+++ b/sys/kern/vfs_mount.c      Sun May 07 08:21:08 2017 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: vfs_mount.c,v 1.58 2017/04/17 08:34:27 hannken Exp $   */
+/*     $NetBSD: vfs_mount.c,v 1.59 2017/05/07 08:21:08 hannken Exp $   */
 
 /*-
  * Copyright (c) 1997-2011 The NetBSD Foundation, Inc.
@@ -67,7 +67,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_mount.c,v 1.58 2017/04/17 08:34:27 hannken Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_mount.c,v 1.59 2017/05/07 08:21:08 hannken Exp $");
 
 #include <sys/param.h>
 #include <sys/kernel.h>
@@ -351,9 +351,6 @@
  * Unbusy a busy filesystem.
  *
  * Every successful vfs_busy() call must be undone by a vfs_unbusy() call.
- *
- * => If keepref is true, preserve reference added by vfs_busy().
- * => If nextp != NULL, acquire mountlist_lock.
  */
 void
 vfs_unbusy(struct mount *mp)



Home | Main Index | Thread Index | Old Index