Module Name: src
Committed By: reinoud
Date: Wed Sep 28 09:57:13 UTC 2022
Modified Files:
src/sys/kern: vfs_dirhash.c
Log Message:
Remove reference to udf_node in comment; it is FS agnostic.
To generate a diff of this commit:
cvs rdiff -u -r1.14 -r1.15 src/sys/kern/vfs_dirhash.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/kern/vfs_dirhash.c
diff -u src/sys/kern/vfs_dirhash.c:1.14 src/sys/kern/vfs_dirhash.c:1.15
--- src/sys/kern/vfs_dirhash.c:1.14 Sat Aug 21 09:59:46 2021
+++ src/sys/kern/vfs_dirhash.c Wed Sep 28 09:57:13 2022
@@ -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 @@ __KERNEL_RCSID(0, "$NetBSD: vfs_dirhash.
* 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.