Date: Tue, 22 Oct 2002 07:31:32 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_glue.c Message-ID: <200210221431.g9MEVWNa001832@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2002/10/22 07:31:32 PDT Modified files: sys/vm vm_glue.c Log: - Check that a process isn't a new process (p_state == PRS_NEW) before trying to acquire it's proc lock since the proc lock may not have been constructed yet. - Split up the one big comment at the top of the loop and put the pieces in the right order above the various checks. Reported by: kris (1) Revision Changes Path 1.159 +23 -20 src/sys/vm/vm_glue.c To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200210221431.g9MEVWNa001832>