summaryrefslogtreecommitdiff
path: root/sys
diff options
context:
space:
mode:
authorRobert Watson <rwatson@FreeBSD.org>2002-02-10 21:29:02 +0000
committerRobert Watson <rwatson@FreeBSD.org>2002-02-10 21:29:02 +0000
commit894c9fe04e40f4cdfd7cc83e84647c865adadbdd (patch)
treeb5dd009f590bc8904ed2089596aaec8201f79585 /sys
parentc96bb7c5f2c6b72edfdeff85574a00291e6db5fe (diff)
Notes
Diffstat (limited to 'sys')
-rw-r--r--sys/kern/kern_linker.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/sys/kern/kern_linker.c b/sys/kern/kern_linker.c
index bc969e4bdff7..b5e807035782 100644
--- a/sys/kern/kern_linker.c
+++ b/sys/kern/kern_linker.c
@@ -1370,6 +1370,9 @@ linker_lookup_file(const char *path, int pathlen,
* Lookup KLD which contains requested module in the "linker.hints" file.
* If version specification is available, then try to find the best KLD.
* Otherwise just find the latest one.
+ *
+ * XXX: Vnode locking here is hosed; lock should be held for calls to
+ * VOP_GETATTR() and vn_rdwr().
*/
static char *
linker_hints_lookup(const char *path, int pathlen,