hc
2024-10-12 a5969cabbb4660eab42b6ef0412cbbd1200cf14d
kernel/fs/autofs/waitq.c
....@@ -32,8 +32,9 @@
3232 wq->status = -ENOENT; /* Magic is gone - report failure */
3333 kfree(wq->name.name);
3434 wq->name.name = NULL;
35
- wq->wait_ctr--;
3635 wake_up_interruptible(&wq->queue);
36
+ if (!--wq->wait_ctr)
37
+ kfree(wq);
3738 wq = nwq;
3839 }
3940 fput(sbi->pipe); /* Close the pipe */