With vnode locking now mandatory a number of bugs have cropped up in the
authorMatthew Dillon <dillon@dragonflybsd.org>
Thu, 9 Sep 2004 20:52:21 +0000 (20:52 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Thu, 9 Sep 2004 20:52:21 +0000 (20:52 +0000)
commited5d0d4a77402773e979da94d14706e9a3c50f9b
tree56aebb79d6b8c6482a493e962168e9dc00e9004e
parent23ae0531405cd664037eac9dd2d17b48c5bcecbc
With vnode locking now mandatory a number of bugs have cropped up in the
linux emulation code.  Neither the linux path translation code nor the
linprocfs vfs code was following the locking API properly, resulting in
panics.

Reported-by: Andrew Atrens <atrens@nortelnetworks.com> and others
sys/emulation/linux/i386/linprocfs/linprocfs_vnops.c
sys/emulation/linux/linux_util.c