K 10 svn:author V 7 rwatson K 8 svn:date V 27 2005-01-08T04:45:57.000000Z K 7 svn:log V 278 In acct_process(), do a lockless read of acctvp to see if it's NULL before deciding to do more expensive locking to account for process exit. This acceptable minor race avoids two mutex operations in that highly common case of accounting not being enabled. MFC after: 2 weeks END