K 10 svn:author V 3 jhb K 8 svn:date V 27 2007-06-13T19:41:47.000000Z K 7 svn:log V 363 Conditionally acquire Giant when dropping a reference on the ktrace vnode during execve() when turning off tracing due to executing a setuid binary as non-root. Previously this could fail to acquire Giant and fail an assertion if the ktrace file was on a non-MPSAFE filesystem and the executable was on an MPSAFE filesystem. MFC after: 3 days Reported by: kris END