Date: Wed, 20 Jun 2001 16:34:06 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/vm vm_pageout.c Message-ID: <200106202334.f5KNY6A83517@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2001/06/20 16:34:06 PDT Modified files: sys/vm vm_pageout.c Log: Don't lock around swap_pager_swap_init() that is only called once during the pagedaemon's startup code since it calls malloc which results in lock order reversals. Revision Changes Path 1.179 +3 -1 src/sys/vm/vm_pageout.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?200106202334.f5KNY6A83517>