svn commit: r303789 - stable/11/sys/kern
Konstantin Belousov
kib at FreeBSD.org
Sat Aug 6 08:20:59 UTC 2016
Author: kib
Date: Sat Aug 6 08:20:58 2016
New Revision: 303789
URL: https://svnweb.freebsd.org/changeset/base/303789
Log:
MFC r303702:
Remove mention of Giant from the fork_return() description.
Approved by: re (gjb)
Modified:
stable/11/sys/kern/kern_fork.c
Directory Properties:
stable/11/ (props changed)
Modified: stable/11/sys/kern/kern_fork.c
==============================================================================
--- stable/11/sys/kern/kern_fork.c Fri Aug 5 23:23:48 2016 (r303788)
+++ stable/11/sys/kern/kern_fork.c Sat Aug 6 08:20:58 2016 (r303789)
@@ -1055,9 +1055,9 @@ fork_exit(void (*callout)(void *, struct
/*
* Simplified back end of syscall(), used when returning from fork()
- * directly into user mode. Giant is not held on entry, and must not
- * be held on return. This function is passed in to fork_exit() as the
- * first parameter and is called when returning to a new userland process.
+ * directly into user mode. This function is passed in to fork_exit()
+ * as the first parameter and is called when returning to a new
+ * userland process.
*/
void
fork_return(struct thread *td, struct trapframe *frame)
More information about the svn-src-stable-11
mailing list