diff options
| author | Robert Watson <rwatson@FreeBSD.org> | 2002-02-10 21:29:02 +0000 |
|---|---|---|
| committer | Robert Watson <rwatson@FreeBSD.org> | 2002-02-10 21:29:02 +0000 |
| commit | 894c9fe04e40f4cdfd7cc83e84647c865adadbdd (patch) | |
| tree | b5dd009f590bc8904ed2089596aaec8201f79585 /sys | |
| parent | c96bb7c5f2c6b72edfdeff85574a00291e6db5fe (diff) | |
Notes
Diffstat (limited to 'sys')
| -rw-r--r-- | sys/kern/kern_linker.c | 3 |
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, |
