Source-Changes-HG archive

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

[src/trunk]: src/sys/kern Remove reference to udf_node in comment; it is FS a...



details:   https://anonhg.NetBSD.org/src/rev/5dbad76fc249
branches:  trunk
changeset: 371202:5dbad76fc249
user:      reinoud <reinoud%NetBSD.org@localhost>
date:      Wed Sep 28 09:57:13 2022 +0000

description:
Remove reference to udf_node in comment; it is FS agnostic.

diffstat:

 sys/kern/vfs_dirhash.c |  8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diffs (29 lines):

diff -r b7dd5864f4a7 -r 5dbad76fc249 sys/kern/vfs_dirhash.c
--- a/sys/kern/vfs_dirhash.c    Wed Sep 28 08:12:55 2022 +0000
+++ b/sys/kern/vfs_dirhash.c    Wed Sep 28 09:57:13 2022 +0000
@@ -1,4 +1,4 @@
-/* $NetBSD: vfs_dirhash.c,v 1.14 2021/08/21 09:59:46 andvar Exp $ */
+/* $NetBSD: vfs_dirhash.c,v 1.15 2022/09/28 09:57:13 reinoud Exp $ */
 
 /*
  * Copyright (c) 2008 Reinoud Zandijk
@@ -28,7 +28,7 @@
 
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: vfs_dirhash.c,v 1.14 2021/08/21 09:59:46 andvar Exp $");
+__KERNEL_RCSID(0, "$NetBSD: vfs_dirhash.c,v 1.15 2022/09/28 09:57:13 reinoud Exp $");
 
 /* CLEAN UP! */
 #include <sys/param.h>
@@ -57,8 +57,8 @@
  * internal only and is FS/mountpoint/vnode independent. On exit of the
  * exported functions this mutex is not held.
  *
- * The dirhash structure is considered part of the vnode/inode/udf_node
- * structure and will thus use the lock that protects that vnode/inode.
+ * The dirhash structure is considered part of the vnode/inode structure and
+ * will thus use the lock that protects that vnode/inode.
  *
  * The dirhash entries are considered part of the dirhash structure and thus
  * are on the same lock.



Home | Main Index | Thread Index | Old Index