cvs commit: src/sys/fs/procfs procfs_ctl.c

2006-03-01 Thread John Baldwin
jhb 2006-03-01 20:52:10 UTC FreeBSD src repository Modified files:(Branch: RELENG_6) sys/fs/procfsprocfs_ctl.c Log: MFC: Hold the proc lock while calling proc_sstep(). Approved by:re (scottl) Revision ChangesPath 1.53.2.1 +1 -2 src/s

cvs commit: src/sys/fs/procfs procfs_ctl.c

2006-02-22 Thread John Baldwin
jhb 2006-02-22 17:20:37 UTC FreeBSD src repository Modified files: sys/fs/procfsprocfs_ctl.c Log: Hold the proc lock while calling proc_sstep() since the function asserts it and remove a PRELE() that didn't have a matching PHOLD(). The calling code already has a