Date: Mon, 10 May 2010 15:19:12 +0000 (UTC) From: Konstantin Belousov <kib@FreeBSD.org> To: cvs-src-old@freebsd.org Subject: cvs commit: src/sys/fs/procfs procfs_ctl.c Message-ID: <201005101519.o4AFJTH5012621@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
kib 2010-05-10 15:19:12 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_ctl.c Log: SVN rev 207848 on 2010-05-10 15:19:12Z by kib The thread_unsuspend() requires both process mutex and process spinlock locked. Postpone the process unlock till the thread_unsuspend() is called. Approved by: des (procfs maintainer) MFC after: 1 week Revision Changes Path 1.59 +4 -4 src/sys/fs/procfs/procfs_ctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201005101519.o4AFJTH5012621>