K 10 svn:author V 7 rwatson K 8 svn:date V 27 2002-07-24T14:24:16.000000Z K 7 svn:log V 396 Stick a dark comment in about the fact that the NFS server code allocates a ucred by itself as part of an nfs descriptor, then bzero's the ucred, fails to initialize the mutex, etc. This is very bad, but I don't have time to fix it right now. nfsd should instead hold a cred pointer, and the credential should be properly initialized, probably from a descendent of a kernel process credential. END