Module Name: src
Committed By: pgoyette
Date: Wed Jan 23 03:40:08 UTC 2019
Modified Files:
src/sys/sys [pgoyette-compat]: module_hook.h
Log Message:
Improve a comment
To generate a diff of this commit:
cvs rdiff -u -r1.1.2.15 -r1.1.2.16 src/sys/sys/module_hook.h
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.
Modified files:
Index: src/sys/sys/module_hook.h
diff -u src/sys/sys/module_hook.h:1.1.2.15 src/sys/sys/module_hook.h:1.1.2.16
--- src/sys/sys/module_hook.h:1.1.2.15 Wed Jan 23 03:34:15 2019
+++ src/sys/sys/module_hook.h Wed Jan 23 03:40:08 2019
@@ -1,4 +1,4 @@
-/* $NetBSD: module_hook.h,v 1.1.2.15 2019/01/23 03:34:15 pgoyette Exp $ */
+/* $NetBSD: module_hook.h,v 1.1.2.16 2019/01/23 03:40:08 pgoyette Exp $ */
/*-
* Copyright (c) 2018 The NetBSD Foundation, Inc.
@@ -86,7 +86,10 @@ do { \
/* Prevent new localcount_acquire calls. */ \
hook.hooked = false; \
\
- /* Wait for existing localcount_acquire calls to finish. */ \
+ /* \
+ * Wait for localcount_acquire calls already under way \
+ * to finish. \
+ */ \
pserialize_perform(hook.psz); \
\
/* Wait for existing localcount references to drain. */\