Date: Sat, 6 Aug 2016 08:20:58 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-stable@freebsd.org, svn-src-stable-11@freebsd.org Subject: svn commit: r303789 - stable/11/sys/kern Message-ID: <201608060820.u768KwsP096717@repo.freebsd.org>
next in thread | raw e-mail | index | archive | help
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)
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201608060820.u768KwsP096717>