cvs commit: src/sys/fs/procfs procfs_ctl.c
John Baldwin
jhb at FreeBSD.org
Wed Feb 22 09:20:38 PST 2006
jhb 2006-02-22 17:20:37 UTC
FreeBSD src repository
Modified files:
sys/fs/procfs procfs_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 PHOLD anyway.
MFC after: 1 week
Revision Changes Path
1.55 +1 -2 src/sys/fs/procfs/procfs_ctl.c
More information about the cvs-src
mailing list