K 10 svn:author V 3 jhb K 8 svn:date V 27 2002-03-22T21:02:02.000000Z K 7 svn:log V 241 Use explicit Giant locks and unlocks for rather than instrumented ones for code that is still not safe. suser() reads p_ucred so it still needs Giant for the time being. This should allow kern.giant.proc to be set to 0 for the time being. END