cvs commit: src/sys/kern vfs_syscalls.c

Robert Watson rwatson at FreeBSD.org
Mon Jun 21 21:34:06 PDT 2004


rwatson     2004-06-22 04:34:05 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             vfs_syscalls.c 
  Log:
  Acquire Giant in link() so that the system call can be marked
  MPSAFE.  Don't want to acquire Giant in kern_link() sync linux
  compat code performs actions requiring Giant prior to calling
  kern_link().
  
  Revision  Changes    Path
  1.352     +5 -1      src/sys/kern/vfs_syscalls.c


More information about the cvs-src mailing list