Date: Tue, 1 May 2007 12:59:20 +0000 (UTC) From: Dag-Erling Smorgrav <des@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/fs/procfs procfs_ioctl.c Message-ID: <200705011259.l41CxKGD066461@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
des 2007-05-01 12:59:20 UTC FreeBSD src repository Modified files: sys/fs/procfs procfs_ioctl.c Log: The process lock is held when procfs_ioctl() is called. Assert that this is so, and PHOLD the process while sleeping since msleep() will release the lock. Revision Changes Path 1.17 +8 -2 src/sys/fs/procfs/procfs_ioctl.c
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200705011259.l41CxKGD066461>