cvs commit: src/sys/kern kern_exec.c

Jeff Roberson jeff at FreeBSD.org
Tue May 3 03:55:10 PDT 2005


jeff        2005-05-03 10:55:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             kern_exec.c 
  Log:
   - Use namei to acquire Giant for VFS if it is necessary.  Drop the explicit
     Giant acquisition.
   - Remove GIANT_REQUIRED in the few remaining cases; the vm and vfs have
     both been locked.
  
  Revision  Changes    Path
  1.270     +7 -9      src/sys/kern/kern_exec.c


More information about the cvs-src mailing list