K 10 svn:author V 3 mjg K 8 svn:date V 27 2015-03-16T01:09:49.826214Z K 7 svn:log V 297 proc: get rid of proc lock + unlock pair in proc_reap A comment in the code stated we PROC_LOCK and as a side effect guarantee all writers released process lock. But at that point such lock was already taken while we were removing the process from all lists, so it should be already unreachable. END