K 10 svn:author V 7 rwatson K 8 svn:date V 27 2001-11-02T21:11:41.000000Z K 7 svn:log V 430 o Remove the local temporary variable "struct proc *p" from vfs_mount() in vfs_syscalls.c. Although it did save some indirection, many of those savings will be obscured with the impending commit of suser() changes, and the result is increased code complexity. Also, once p->p_ucred and td->td_ucred are distinguished, this will make vfs_mount() use the correct thread credential, rather than the process credential. END