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