cvs commit: src/sys/dev/vinum vinumdaemon.c
John Baldwin
jhb at FreeBSD.org
Tue Apr 22 12:45:27 PDT 2003
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
More information about the cvs-src
mailing list