Source-Changes-HG archive

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

[src/trunk]: src/sys/miscfs/genfs Update a comment.



details:   https://anonhg.NetBSD.org/src/rev/8b1deda91eec
branches:  trunk
changeset: 745875:8b1deda91eec
user:      ad <ad%NetBSD.org@localhost>
date:      Sat Mar 14 21:47:41 2020 +0000

description:
Update a comment.

diffstat:

 sys/miscfs/genfs/genfs_node.h |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (18 lines):

diff -r 38c6eb82933f -r 8b1deda91eec sys/miscfs/genfs/genfs_node.h
--- a/sys/miscfs/genfs/genfs_node.h     Sat Mar 14 21:23:32 2020 +0000
+++ b/sys/miscfs/genfs/genfs_node.h     Sat Mar 14 21:47:41 2020 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: genfs_node.h,v 1.23 2020/01/15 17:55:44 ad Exp $ */
+/* $NetBSD: genfs_node.h,v 1.24 2020/03/14 21:47:41 ad Exp $ */
 
 /*
  * Copyright (c) 2001 Chuck Silvers.
@@ -61,7 +61,7 @@
 /*
  * GOP_MARKUPDATE: mark vnode's timestamps for update.
  *
- * => called with v_interlock (and possibly other locks) held.
+ * => called with vmobjlock (and possibly other locks) held.
  * => used for accesses via mmap.
  */
 



Home | Main Index | Thread Index | Old Index