diff options
| -rw-r--r-- | sys/kern/kern_lockf.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/sys/kern/kern_lockf.c b/sys/kern/kern_lockf.c index 84496cf41cd4..bac7ac82cabc 100644 --- a/sys/kern/kern_lockf.c +++ b/sys/kern/kern_lockf.c @@ -646,6 +646,8 @@ lf_advlockasync(struct vop_advlockasync_args *ap, struct lockf **statep, */ VI_LOCK(vp); if (vp->v_iflag & VI_DOOMED) { + state->ls_threads--; + wakeup(state); VI_UNLOCK(vp); sx_xunlock(&state->ls_lock); lf_free_lock(lock); |
