K 10 svn:author V 5 trasz K 8 svn:date V 27 2011-07-06T20:06:44.798521Z K 7 svn:log V 299 All the racct_*() calls need to happen with the proc locked. Fixing this won't happen before 9.0. This commit adds "#ifdef RACCT" around all the "PROC_LOCK(p); racct_whatever(p, ...); PROC_UNLOCK(p)" instances, in order to avoid useless locking/unlocking in kernels built without "options RACCT". END