Old API compatibility: The directory vnode passed to VOP_LOOKUP() must be
authorMatthew Dillon <dillon@dragonflybsd.org>
Wed, 20 Oct 2004 09:00:35 +0000 (09:00 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Wed, 20 Oct 2004 09:00:35 +0000 (09:00 +0000)
commitaa72319558aa8802b7a412c58697cbbc7f24751a
treef4cfd2ec0b1bbae4dfa6041b9c242f8faf2c32f7
parent1e316d148ff34098f4c2d23c3e6608b6192b1aca
Old API compatibility: The directory vnode passed to VOP_LOOKUP() must be
unlocked if this is not the last component of the path, unless we are looking
up '.' in which case it must be locked because the return vnode must be
locked.  (echo "kill" > /proc/<pid>/ctl was panicing the system).

Panic-reported-by: =?ISO-8859-1?Q?Christer_=D6berg?= <christer.oberg@ornsat.com>
sys/vfs/procfs/procfs_vnops.c