]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Add a comment indicating that the vnode locking in this section of the
authorRobert Watson <rwatson@FreeBSD.org>
Sun, 10 Feb 2002 21:29:02 +0000 (21:29 +0000)
committerRobert Watson <rwatson@FreeBSD.org>
Sun, 10 Feb 2002 21:29:02 +0000 (21:29 +0000)
commit894c9fe04e40f4cdfd7cc83e84647c865adadbdd
treeb5dd009f590bc8904ed2089596aaec8201f79585
parentc96bb7c5f2c6b72edfdeff85574a00291e6db5fe
Add a comment indicating that the vnode locking in this section of the
kernel linker code may be wrong: it fails to hold a lock across the
call to VOP_GETATTR(), and vn_rdwr() with IO_NODELOCKED.
sys/kern/kern_linker.c