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:
parent
10632e44cc
commit
3eee035c5b
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user