git: 926b4724eae4 - stable/13 - reap_kill_proc_locked(): remove outdated part of the comment
- Go to: [ bottom of page ] [ top of archives ] [ this month ]
Date: Tue, 23 Aug 2022 00:29:46 UTC
The branch stable/13 has been updated by kib:
URL: https://cgit.FreeBSD.org/src/commit/?id=926b4724eae4ab0ffdad8724dfb2bef6c6734a98
commit 926b4724eae4ab0ffdad8724dfb2bef6c6734a98
Author: Konstantin Belousov <kib@FreeBSD.org>
AuthorDate: 2022-08-12 22:12:20 +0000
Commit: Konstantin Belousov <kib@FreeBSD.org>
CommitDate: 2022-08-22 13:37:10 +0000
reap_kill_proc_locked(): remove outdated part of the comment
(cherry picked from commit 5c78797e42497270d8719590d11243a4473114c4)
---
sys/kern/kern_procctl.c | 4 ----
1 file changed, 4 deletions(-)
diff --git a/sys/kern/kern_procctl.c b/sys/kern/kern_procctl.c
index 79725686bc44..36372fd31bd4 100644
--- a/sys/kern/kern_procctl.c
+++ b/sys/kern/kern_procctl.c
@@ -281,10 +281,6 @@ reap_kill_proc_locked(struct thread *td, struct proc *p2,
* into all structures during fork, ignored by iterator, and
* then escaping signalling.
*
- * If need_stop is true, then reap_kill_proc() returns true if
- * the process was successfully stopped and signalled, and
- * false if stopping failed and the signal was not sent.
- *
* The thread cannot usefully stop itself anyway, and if other
* thread of the current process forks while the current
* thread signals the whole subtree, it is an application