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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user