vfs: switch vop_stdunlock to call lockmgr_unlock
Since the flags argument is now alawys 0 the new call provides the same behavior.
This commit is contained in:
parent
a5ea665498
commit
dc23cff154
@ -526,7 +526,7 @@ vop_stdunlock(ap)
|
||||
{
|
||||
struct vnode *vp = ap->a_vp;
|
||||
|
||||
return (lockmgr_unlock_fast_path(vp->v_vnlock, 0, NULL));
|
||||
return (lockmgr_unlock(vp->v_vnlock));
|
||||
}
|
||||
|
||||
/* See above. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user