diff options
Diffstat (limited to 'sys/nfsclient/nfs_subs.c')
-rw-r--r-- | sys/nfsclient/nfs_subs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/nfsclient/nfs_subs.c b/sys/nfsclient/nfs_subs.c index d6c7d29..4bbf0b0 100644 --- a/sys/nfsclient/nfs_subs.c +++ b/sys/nfsclient/nfs_subs.c @@ -503,7 +503,7 @@ nfs_downgrade_vnlock(struct vnode *vp, struct thread *td, int old_lock) /* Downgrade from exclusive lock, this might block */ vn_lock(vp, LK_DOWNGRADE); } else { - VOP_UNLOCK(vp, 0, td); + VOP_UNLOCK(vp, 0); } } } |