Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 2 Nov 2001 13:11:41 -0800 (PST)
From:      Robert Watson <rwatson@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/sys/kern vfs_syscalls.c
Message-ID:  <200111022111.fA2LBfJ49237@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
rwatson     2001/11/02 13:11:41 PST

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  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.
  
  Revision  Changes    Path
  1.213     +7 -7      src/sys/kern/vfs_syscalls.c

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200111022111.fA2LBfJ49237>