Remove a stale comment saying that the vnode lock must be the first

element in the structure pointed to by vp->v_data; the vnode lock
is now within the vnode structure itself.
This commit is contained in:
Ian Dowse 2002-04-27 22:20:33 +00:00
parent 10632e44cc
commit 3eee035c5b

View File

@ -264,9 +264,6 @@ vop_stdpathconf(ap)
/*
* Standard lock, unlock and islocked functions.
*
* These depend on the lock structure being the first element in the
* inode, ie: vp->v_data points to the the lock!
*/
int
vop_stdlock(ap)