Date: Tue, 22 Apr 2003 12:45:26 -0700 (PDT) From: John Baldwin <jhb@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/dev/vinum vinumdaemon.c Message-ID: <200304221945.h3MJjQSg024837@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
jhb 2003/04/22 12:45:26 PDT FreeBSD src repository Modified files: sys/dev/vinum vinumdaemon.c Log: Keep the proc locked while we set PS_INMEM so that either of the proc lock or sched_lock are sufficient to test this flag. XXX: vinum should really be using a kernel process via kthread_create() instead of this hack. I'm not even sure PS_INMEM can be clear at this point anyways. Revision Changes Path 1.25 +1 -1 src/sys/dev/vinum/vinumdaemon.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200304221945.h3MJjQSg024837>